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 displays $something and second, but
I don´t want $something, rather the value of it. When I write just $ht ->
row(1,'',$something); it works as expected. 

Note: Don`t ask about the other atributes, they are not important. How
could I get it to work? If I do something like this: $ht ->
row(2,'','".$something.",second'); Then still, it echos me
".$something." and second, but not the $somethings value (and the second).

I hope you understand what I need.

Thanks in advance,
Siim Einfeldt

PS: Give a copy to my personal email as well.


-- 
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]

Reply via email to