[PHP] Returning multiple values from function

2002-12-12 Thread Lisi
arrays, or do I have to combine them somehow and then separate afterwards? Is there another way to do this? The code works fine when used regularly but I need to put it into a function so I can reuse it in more than one page. Thanks, -Lisi -- PHP General Mailing List (http://www.php.net

[PHP] Passing URL as variable

2002-06-20 Thread Lisi
is that since the link itself has variables being passed, action is being passed as a separate variable and the full link is getting cut off. I tried using htmlspecialchars, and surrounding the link with quotes, but nothing worked. Any ideas? Thanks, -Lisi -- PHP General Mailing List (http

Re: [PHP] Passing URL as variable

2002-06-20 Thread Lisi
Thanks, I knew there was a function I was missing. Most links being passed to clickrate do not have this particular problem. Is it a problem if I pass all URL through urldecode, for those cases when I need it, i.e. will it mess up a URL that hasn't been encoded with urlencode? Thanks, -Lisi