Hello MikeA, Wednesday, January 12, 2005, 6:46:46 PM, you wrote: M> <?php M> echo "<P>The test is starting"; M> $echowrite = "echo "; M> $echowrite."<P>This is the first line."; M> echo "<P>You should have seen the first line by now.";
M> Did not work! Hey I'll try anything to get this to work! LOL Not sure how to do the pagebreaks, but the reason your script didn't do anything is that you never echo'd $echowrite. $echowrite would have output: ************ echo This is the first line. ************ Cheers, Leif Gregory -- TB Lists Moderator (and fellow registered end-user) PCWize Editor / ICQ 216395 / PGP Key ID 0x7CD4926F Web Site <http://www.PCWize.com> -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php