|
Posted by Jim Michaels on 10/14/74 11:37
umm... why did you comment out your print statement?
BTW, there should be no space between $_REQUEST and ['url']
"Jean Pierre Daviau" <Once@WasEno.ugh> wrote in message
news:KaHpf.52057$Nl6.586055@weber.videotron.net...
> Hi to everyone,
>
> I am trying to make geshi work with http://127.0.0.1/*.php
>
> If I hard code, it is ok.
> But the following gives error 404
>
> if(isset($_REQUEST ['url'])){
> $source = $_REQUEST ['url'];
> //print ( show_source($source));
>
> The apache server does not seems to allow this...
>
>
> --
> Jean Pierre Daviau
> --
> Easyphp1.8Apache1.3.24
> DEVC++, borland 5.5
> windows Xp
> asus p4 s533/333/133
> Intel(R) Celeron (R) CPU 2.00 GHz
> http://www.jeanpierredaviau.com
>
Navigation:
[Reply to this message]
|