1

Topic: Includin source link

Hi everyone.
I need alitle help to fix this issue.
I have aform, wich i will replace on every page in my website, a have a Hidden input field, i want that the value of that field be the link wich guest has submitted the form from.
like a Telling a friend script.

altso something like this.

<?php echo $QUERY_STRING ?>

can it be done?
and how plz?!

thanks.

2

Re: Includin source link

You mean something like

<? echo $_SERVER['HTTP_REFERER'] ?>

?

The German PunBB Site:
PunBB-forum.de

3

Re: Includin source link

Thanks alot.
Fixed it in another way, but i'm sure that your answer will help me in future.
Thanks again.