RE: [PHP] framing search results

2001-02-06 Thread Jason Dulberg
Thanks for your help on this! Because the links that are on the HTML pages won't be determined by myself (and won't be encoded), I need to encode them when they are read by the script. All that I do is put the call to the php script onto the link. So what I tried to do is plugged the code below

RE: [PHP] framing search results

2001-02-05 Thread Maxim Maletsky
You can encode URLs with urlencode() and decode them by using urldecode()... try read here: www.php.net/urlencode www.php.net/urldecode ### my way: ### you pass $url: $url = www.maxim.cx/get.php?this=variables&as=many&as=you&what=want echo ""; ### and you catch it with: