fork download
  1. <?php
  2.  
  3. foreach ($countrysId as $line){
  4. while ($line = mysql_fetch_array($countrysId, MYSQL_BOTH)) {
  5. print_r ($line);
  6. }
  7. }
Success #stdin #stdout #stderr 0.01s 23768KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
PHP Notice:  Undefined variable: countrysId in /home/CZ3coH/prog.php on line 3
PHP Warning:  Invalid argument supplied for foreach() in /home/CZ3coH/prog.php on line 3