[PHP] Re: Adding Querystrings to links

2002-04-08 Thread Jordan K. Martin
es on the referring page. Reply and let me know if this is what you're looking for. -Jordan K. Martin --New Image Design ---http://www.newimagedesign.com <[EMAIL PROTECTED]> wrote in message 002f01c1df0f$cb2ef400$0100a8c0@pent333">news:002f01c1df0f$cb2ef400$0100a8c0@pent333.

Re: [PHP] return

2002-04-01 Thread Jordan K. Martin
Rasmus, Makes sense. I didn't think much when writing that piece...but...what is the & for? wouldn't it work the same without it? function test ($var) { $var = addslashes($var) } $foo = "He's dreaming"; test($foo); print($foo); Jordan K. Martin