[PHP] Strange variable.....

2001-11-19 Thread Gerard Samuel
Hey all. Im debugging a script that was written by someone else, and alot of the variable has 2 '$$' in it. For example a varible is intialised and used as $$string. I haven't been using php for that long, but I haven't seen anything like this. Whats the story with variables with $$ in

Re: [PHP] Strange variable.....

2001-11-19 Thread David Robley
On Tue, 20 Nov 2001 14:13, Gerard Samuel wrote: Hey all. Im debugging a script that was written by someone else, and alot of the variable has 2 '$$' in it. For example a varible is intialised and used as $$string. I haven't been using php for that long, but I haven't seen anything like

Re: [PHP] Strange variable.....

2001-11-19 Thread Gerard Samuel
That explains it all. Thanks David Robley wrote: On Tue, 20 Nov 2001 14:13, Gerard Samuel wrote: Hey all. Im debugging a script that was written by someone else, and alot of the variable has 2 '$$' in it. For example a varible is intialised and used as $$string. I haven't been using php