|
Posted by Leif Gregory on 10/04/77 11:05
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>
Navigation:
[Reply to this message]
|