If you only want the associative array, just use mysql_fetch_array($result).  If 
you're using the constant MYSQL_ASSOC, uppercase it, and don't quote it.

>Although the table con_inf in db sbwresearch contains 3 records with 
>username as the first column,  the following short script generates a blank 
>page:

>mysql_fetch_array($result_1,"mysql_assoc"))

-- 
PHP General 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]

Reply via email to