passing a URL as a query string
Posted: Tue Aug 02, 2005 5:38 pm
Hi All,
I have a bit aof a problem with passing a URL as a query string to be displayed in an iframe. Here is what it would look like:
ShowIFrame.php?URL=http://www.mls.ca/PropertyResults.aspx? ... aID%3d6571
How ever reading the value of URL would return only:
http://www.mls.ca/PropertyResults.aspx?Mode=0
The odd thing is even if I replace the & with either & or with %26 i still get the same result.
Thank you all.
I have a bit aof a problem with passing a URL as a query string to be displayed in an iframe. Here is what it would look like:
ShowIFrame.php?URL=http://www.mls.ca/PropertyResults.aspx? ... aID%3d6571
How ever reading the value of URL would return only:
http://www.mls.ca/PropertyResults.aspx?Mode=0
The odd thing is even if I replace the & with either & or with %26 i still get the same result.
Thank you all.