Well, it's a GET parameter, not a server file. Probably the file
"source.php" has a command to include the file "/index.php".

if (isset($_GET['url'])) {
    // Security check, prepend filesystem or webserver root and
    include($url);
}

--
Julio Nobrega
Pode acessar:
http://www.inerciasensorial.com.br


<[EMAIL PROTECTED]> escreveu na mensagem
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> How come some URLs have all these questions marks and stuff like that?
Below:
>
> source.php?url=/index.php
>
> __________________________________________________________________
> Pre-order the NEW Netscape 7.0 browser. Reserve your FREE CD and pay only
$2.99 shipping and handling. http://cd.netscape.com/promo_one/
>
> Get your own FREE, personal Netscape Mail account today at
http://webmail.netscape.com/



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to