Jump to content

InsiteFX

Member
  • Posts

    8
  • Joined

  • Last visited

InsiteFX's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi bishwadeep, Thank you for your help. Enjoy InsiteFX
  2. Hi, Transform - scale hold down your shift key while scaling it. Enjoy InsiteFX
  3. InsiteFX

    resolution

    Hi sarath, you can not! anytime you resize an image larger it will distort. Enjoy InsiteFX
  4. Hi, I have a menu system that uses a lot of arrays SEE BELOW: $menu = array ( array ( 'title' => 'Item One', 'url' => 'item_one.php', ), array ( 'title' => 'Item Two', 'url' => 'item_two.php', 'children' => array ( array ( 'title' => 'Item Three', 'url' => 'item_three.php', ), array ( 'title' => 'Item Four', 'url' => 'item_four.php', ) ) ) ); $attrs = array('id' => 'navigation', 'class' => 'menu'); I need to store these arrays in a MySQL table and then be able to get them back as the same arrays for building the menu. I am not sure how to sturcture this, tables etc. Thank you InsiteFX
  5. InsiteFX

    PHP and .htaccess

    Hi lisatwin1, It's not .htaccess its .htpasswd Read this: http://www.colostate.edu/~ric/htpass.html Enjoy InsiteFX
  6. InsiteFX

    Breadcrumbs

    Hi David, You can always get the breadcrumb like this. $breadcrumb = $_SERVER['REQUEST_URI']; That is a simple way to get were you at. Enjoy InsiteFX
  7. Hi Cashster09, You should beable to use phpAdmin from within your CPanel. Enjoy Ray
  8. InsiteFX

    Feedback Form

    Hi larissahn, Here is an article on mail http://www.developer.com/lang/php/article.php/3468701 Enjoy InsiteFX
×
×
  • Create New...