I want to out put three bits of text...
I want my end page to look like this...

=============
result 1
result 2
result 3
=============

here's the code I've got...

=======================
<?
$i = 1;
while ($i >= 3) {
$options$i = "result $i";
}
?>
<html>
<body>
<?=$option1 ?>
<?=$option2 ?>
<?=$option3 ?>
</body>
</html>
=======================

yet I get an error...?
Anyone know who to make $option$i work?


*********************************************************************
The information contained in this e-mail message is intended only for 
the personal and confidential use of the recipient(s) named above.  
If the reader of this message is not the intended recipient or an agent
responsible for delivering it to the intended recipient, you are hereby 
notified that you have received this document in error and that any
review, dissemination, distribution, or copying of this message is 
strictly prohibited. If you have received this communication in error, 
please notify us immediately by e-mail, and delete the original message.
***********************************************************************

Reply via email to