php-general | 2001092
Date: 09/23/01
- Next message: rico: "[PHP] formatting in HTML from PHP scripts. Please help!"
- Previous message: jalist: "[PHP] Problem with paths GRR!"
- In reply to: Christian Reiniger: "Re: [PHP] 404 error"
- Next in thread: Tim Ward: "RE: [PHP] 404 error"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Thank you :) Yeah someone mentioned using phpinfo() to figure out what I
wanted and it worked beautifully and $REQUEST_URI was indeed the one I
needed. Thank you!
Rick
> On Sunday 23 September 2001 20:46, Richard Baskett wrote:
>> I don't think I said it clear enough :) Sorry abou that. This is what
>> I did:
>>
>> <?
>> echo "Page with error: $HTTP_REFERER<br>";
>> echo "Error Link: $PHP_SELF";
>> ?>
>
> Try $REQUEST_URI
>
> --
> Christian Reiniger
> LGDC Webmaster (http://lgdc.sunsite.dk/)
>
> Those who will not reason, are bigots,
> those who cannot, are fools,
> and those who dare not, are slaves.
>
> - George Gordon Noel Byron (1788-1824), [Lord Byron]
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: php-general-unsubscribe <email protected>
> For additional commands, e-mail: php-general-help <email protected>
> To contact the list administrators, e-mail: php-list-admin <email protected>
>
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: rico: "[PHP] formatting in HTML from PHP scripts. Please help!"
- Previous message: jalist: "[PHP] Problem with paths GRR!"
- In reply to: Christian Reiniger: "Re: [PHP] 404 error"
- Next in thread: Tim Ward: "RE: [PHP] 404 error"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

