|
Posted by Rik Wasmus on 09/04/07 12:05
On Tue, 04 Sep 2007 14:00:09 +0200, Randell_D <fiprojects.com@gmail.com>
wrote:
>> > My error log shows the following:
>>
>> > [client x.x.x.x] PHP Fatal error: Call to undefined function
>> > mysql_js_array() in /data/www/www.mydomain.moc/htdocs/register/
>> > index.htm on line 106, referer:http://www.mydomain.moc/
>>
>> > How can this be?
>>
>> Well, is the function mysql_js_array() defined somewhere?
>
> Yes... it is contained within the include file... perhaps now you can
> see my confusion!
Are you sure the file is included succesfully? What does
get_included_files() show right before your first attempt to use
mysql_js_array()? A difference in servers often means a difference in
(include_)paths...
--
Rik Wasmus
Navigation:
[Reply to this message]
|