View Single Post
Old 01-29-2002, 12:48 AM  
Direktor
Registered User
 
Join Date: Dec 2001
Posts: 529
Help PHP QUESTION!

My code:

<?php
$xi = "x";
for ($i = 1; $i < 400; ++$i) {
echo ("$xi.$i");
?>


I know its wrong.. but how do I go about if I want to:

echo $x1 to $x400


Direktor is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote