Re: Making variables with an iteration?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



<SNIP>

Parse error: parse error, expecting `';''

coded:
<?php
for ($j=1, $j<5, $j++)
{
 $choices.$j= $_POST['choice'.$i];
 echo $choices.$j;
}
?>


-- Robert Sossomon, Business and Technology Application Technician 4-H Youth Development Department 200 Ricks Hall, Campus Box 7606 N.C. State University Raleigh NC 27695-7606 Phone: 919/515-8474 Fax: 919/515-7812 robert_sossomon@xxxxxxxx

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux