Re: [PHP] HELP!! how can arithmetic variables(string) ??

2007-10-18 Thread Nathan Nobbe
On 10/18/07, LKSunny <[EMAIL PROTECTED]> wrote: > > $a="1+1"; //variables(string) > > //how can arithmetic variables(string) ?? > //N ROW > > //output > echo $a //i need output "2" not "1+1" > //Please Help, Thank You Very Much !! > ?> $a = 1+1; echo $a; -nathan

[PHP] HELP!! how can arithmetic variables(string) ??

2007-10-18 Thread LKSunny
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php