El Mar 16 Dic 2003 10:44, Nikos Gatsis escribió:
> Hello list
>
> I have 4 variables, $check1, $check2, $check3, $check4
>
> How can i use a for loop to echo each one.
>
> (lets say echo $check($i)...)

foreach(list($check1, $check2,...) AS $c){
        echo $c;
}


-- 
 15:20:02 up 16 days, 21:36,  3 users,  load average: 1.37, 0.91, 0.69
-----------------------------------------------------------------
Martín Marqués        | select 'mmarques' || '@' || 'unl.edu.ar'
Centro de Telematica  |  DBA, Programador, Administrador
             Universidad Nacional
                  del Litoral
-----------------------------------------------------------------

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

Reply via email to