echoing link...

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

npodges
Forum Newbie
Posts: 12
Joined: Tue Aug 12, 2003 5:55 pm

Post by npodges »

thanks alot, i actually ended up getting it to work like this:

Code: Select all

eval ("\$sentence = "$sentence";");
echo $sentence. "\n";
thanks everyone,
nick podges
Post Reply