Hi!
Try
eval("echo $string");
blackwater dev wrote:
Hello,
this works fine:
$name="fido";
$string="my dog's name is $name";
echo $string;//prints my dog's name is fido
but when I store the string "my dog's name is $name" in the db and pull it out:
//do the query
$row=$datab->fetch();
$name="fido";
Hello,
can anybody here tell me if there is a (open souce) CASE tool which
supports PHP code generation? I could not find anything like this yet.
What's the best way designing PHP applikations? I guess anybody knows a
whitepaper or tutorial URI ?!
Thanks
Krid
--
PHP General Mailing List
2 matches
Mail list logo