<snip> $myrow=mysql_fetch_array ($result); </snip> Remove the space in the function call and it should work fine for you ie. $myrow=mysql_fetch_array($result); Sincerely, Craig Vincent -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
- [PHP-DB] Problem with my first script Fernando Gonzalez
- Re: [PHP-DB] Problem with my first script leo g. divinagracia iii
- RE: [PHP-DB] Problem with my first script Craig Vincent
- RE: [PHP-DB] Problem with my first script Fernando Gonzalez
- RE: [PHP-DB] Problem with my first script Fernando Gonzalez
- Re: [PHP-DB] Problem with my first script leo g. divinagracia iii
- Re: [PHP-DB] Problem with my first script Paul Burney
- Re: [PHP-DB] Problem with my first script Dobromir Velev