Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by veryveryquickone

  1. veryveryquickone

    Dynamic menu with parent and child

    hi ben I've had a look at this should work for you $host = "localhost"; $dbuser = "user"; $dbpassword = "pass"; $database = "dev-connect"; $link = mysql_connect($host,$dbuser,$dbpassword); $db_selected = mysql_select_db($database); if (!$db_selected) { die ('Can\'t select database : ' ...

Part and Inventory Search

Back
Top