[PHP] MySQL Madness

2003-01-29 Thread Gibbs, Liam - SXIA
First off, when executing this command: $connection = mysql_connect(localhost, root, ); I get this error msg: Warning: mysql_connect() [function.mysql-connect]: Access denied for user: 'root@localhost' (Using password: NO) in /home/superpage/public_html/index.php on line 49 I've gone and read

Re: [PHP] build menu with mysql data

2003-01-21 Thread Gibbs, Liam - SXIA
If I'm using a while loop it won't work, so I realy don't have and more ideas... Please consider in your explanations I'm a PHP beginner... :-) What doesn't work about it? Does it not fetch the submenus? Does it exceed its number of rows somehow? -- PHP General Mailing List