For example:
$a = 'a b c';
print $a;// a b c
print urlencode($a); // a+b+c
So, you want to urlencode your url (the query string).
Regards,
Philip
On Sun, 22 Jun 2003, Denis L. Menezes wrote:
> I have a form called feedback which has a hidden field as follows :
> Print" value=\"$Su
I have a form called feedback which has a hidden field as follows :
";
?>
I send this hidden field as a variable in form2 which sends an email with
the following code :
http://www.mydomain.com/findbymember.php?SubCategoryName=".$SubCategoryNa
me;
$Message="$SenderName had searched for '$SubCateg
2 matches
Mail list logo