Re: varibles defination

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

 



> > How can we define and display the varibles by using for loop
> > function ?
>
> <?php
> for ($x=0;$x<10;$x++){
>   $func[$x]=$x;
> }
> print_r($func);
> ?>

If I want to define a set of varibles ( two dimension array, eg : $func[0,0] )
and via the varibles of form tag ( format, eg : $_GET["varname"] or
$_POST["varname"] )...
How about the example ?

Edward.

-- 
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