Posted by Krustov on 11/16/05 05:08
<comp.lang.php , Krustov , krusty@krustov.co.uk.INVALID>
<MPG.1de4b127b3f9a59898a711@no-cancel.newsreader.com>
<Wed, 16 Nov 2005 03:00:43 -0000>
> Or is that wrong as well - hang on .
>
<?php
$temp=1;
while ($temp<4)
{
$demo=chr(36) . "var_$temp";
print "$demo<br>";
$temp=$temp+1;
}
?>
Tested and this one actually works fine .
Navigation:
[Reply to this message]
|