on the line that starts with $query = there's an extra ."
the line should be:
$query = "SELECT shops.name FROM shops WHERE name = ".$name;
[]s
Fernando
"Adam French" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I'm just starting out, this is my script...
>
I don't know if I'm talking bullshit, but don't forget that each parameter
or return valeu in php, if not explicited as a pointer, it's a copy of the
full parameter.
This way, any
function a(myclass c)
{
return c;
}
would create another copy of "c" in memory. Things get a bit larger when you
Hi,
obviously, I don't if this is the right newsgroup to ask such questions, but
here it goes...
what has happened with FastCGI support on the 4.3 version of PHP?
On changelog I saw that SAPI/FastCGI was discontinued.
But when I do phpinfo() it reports "Server API : CGI/FastCGI"
and when I go w
3 matches
Mail list logo