try this

main.php?name=" . $name . "&id=" . $id . "&id1=" . $id1 . "


HTH

-----Original Message-----
From: murugesan [mailto:[EMAIL PROTECTED]
Sent: Monday, September 08, 2003 1:05 PM
To: [EMAIL PROTECTED]
Subject: [PHP] Passing query parameter which has value "###"


I passed value
main.php?name=$name&id=$id&id1=$id1  to next page
where $id has value "###"
In the next page I was not able to get the $id and $id1 values 
and I am able to get the two values $id1 and $name when I used
main.php?name=$name&id1=$id1
What might be the problem?

-Thanks & regards,
Murugesan

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

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

Reply via email to