Re: [PHP] problem with classes

2001-02-13 Thread Siim Einfeldt aka Itpunk
Thanks all for your help Siim Einfeldt -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

RE: [PHP] problem with classes

2001-02-09 Thread James Moore
> I`m writing one html class for my own usage, but I`ve got some > problems. Take a look at the example: $ht -> > row(2,'','first,second'); This works fine ('first,second' represents an > array). But now, when I want to do something like that: $ht -> > row(2,'','$something,second'); then it displ

Re: [PHP] problem with classes

2001-02-09 Thread Christian Reiniger
On Friday 09 February 2001 19:15, Siim Einfeldt aka Itpunk wrote: > row(2,'','$something,second'); then it displays $something and second, In single quotes (') variables are not evaluated. Use double quotes (") instead. -- Christian Reiniger LGDC Webmaster (http://sunsite.dk/lgdc/) Google re