quot;'PHP
GEN LIST'" <[EMAIL PROTECTED]>
Sent: Sunday, September 22, 2002 2:34 PM
Subject: RE: [PHP] What does this error mean
> Hi Randy,
>
> It means that you are calling the function without the right amount of
> parameters. The function mysql_query expects
Hi Randy,
It means that you are calling the function without the right amount of
parameters. The function mysql_query expects at least 1 (one) paramter:
the query String.
http://www.php.net/manual/en/function.mysql-query.php
Regards,
Daniel Kushner
Need hosti
> -Original Message-
> From: Jimi Malcolm [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 28, 2001 2:17 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] What does this error mean?
>
>
> I'm trying to from a file in a directory called 'logs'. I've
> never seen
> this error before. What do
it means that the script doesn't have write permission
to write the "logs/993700800.log" file... most probably
the directory or the file itself are not owned by the
webserver user.
it also looks like the authour of the script did a real
shoddy job of checking for errors, and tried to pass
the inv
The user the web server runs as (often 'nobody') does not have write access
to the logs directory.
- Tim
http://www.phptemplates.org
- Original Message -
From: "Jimi Malcolm" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, June 28, 2001 3:17 PM
Subject: [PHP] What does this
5 matches
Mail list logo