Posted by Satya on 02/10/07 06:12
On Feb 8, 3:59 am, "Lennart Anderson" <lennart.ander...@tele2.se>
wrote:
> I have finally managed to get Apache 2.2.4, PHP 5.2.0 and MySQL to talk to
> each other. Everything seems to work OK when dealing with databases but as
> soon as I use a php-script that use $_server the browser will throw me away
> and give me HTTP 403.
>
> It has worked before but that was before I got the communication to work
> with MySQL
>
> Any ideas or solutions are very much appreciated.
>
> /Lennart
---------------------
I see no reason for this.
if you are using $_server then use $_SERVER['key'];
[Back to original message]
|