[PHP] Re: must I use var

2002-02-17 Thread Raymond Lilleodegard
Hi Peter! The var $somevariable means that the variable is defined. You only need to use var in classes. So if you only write ordinary scrpits, you dont need to use it. Regards Raymond Peter J. Schoenster [EMAIL PROTECTED] wrote in message

Re: [PHP] Re: must I use var

2002-02-17 Thread Peter J. Schoenster
On 17 Feb 2002, at 23:20, Raymond Lilleodegard wrote: The var $somevariable means that the variable is defined. You only need to use var in classes. So if you only write ordinary scrpits, you dont need to use it. Raymond, Thanks. Someone else said it just helped to see what your class