on 6/24/01 7:23 PM, Fernando Gonzalez at [EMAIL PROTECTED] wrote:

> I have eliminate the space but still the same message.

> $myrow=mysql_fetch_array ($result);

> Fatal error: Call to undefined function: array() in
> /home/fergonza/mod_php4/index.php on line 18

I wonder if somehow you have an invisible control character between the
mysql_fetch_ and the array part.  Try deleting the line and retyping:

$myrow = mysql_fetch_array($result);

Hope that helps.

Sincerely,

Paul Burney

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Paul Burney
Webmaster && Open Source Developer
UCLA -> GSE&IS -> ETU
(310) 825-8365
<[EMAIL PROTECTED]>
<http://www.gseis.ucla.edu/>
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



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

Reply via email to