> $mysql_link = mysql_connect("myhost.domain.com","some.user","some.password "
you are missing a );
> while($rows = mysql_fetch_array($myresult));
there is a ; that is not needed
--
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] Something Stupid Curtis Maurand
- RE: [PHP-DB] Something Stupid nuitari
- RE: [PHP-DB] Something Stupid Jason Beebe
- Re: [PHP-DB] Something Stupid Curtis Maurand
