Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_php thread: variable variable is this what they call?


Message #1 by "Sokun, Chorn" <sokunxp@g...> on Tue, 27 Nov 2001 00:25:17 +0700
I think this code is useful to check data from form
Tell Friend: 
Name: [------------]    E-mail: [------------]
Name: [------------]    E-mail: [------------]
Name: [------------]    E-mail: [------------]
Name: [------------]    E-mail: [------------]

<?
for ($i=0 ; $i<=10;$i++){
$name="name{$i}";
$$name = $i;
echo $name .":" . $$name."<br>";
}
?>




  Return to Index