|
Posted by mypetprogrammer on 06/05/07 08:57
On Jun 5, 1:56 am, shotokan99 <soft_devj...@yahoo.com> wrote:
> hi,
>
> i have this situation:
>
> i will pass a url to a certain site and this site will dynamically
> generate a new url. my issue i want to that new url and assign it to
> my string variable. how to do this?
>
> tnx
If you're sending it via GET, just use the htmlspecialchars();
function to make it acceptable in a url, then send it across. When you
get it out in the new page, you'll have your URL.
~A!
[Back to original message]
|