fork download
  1. <?php
  2.  
  3. foreach ($linkcity as $n=>$id){
  4. foreach ($linkcountry as $k=>$did){
  5. echo $second[$n],"-",$first[$k]," ", "<a href=https://2...content-available-to-author-only...h.ru/?callback=search&country={$did}&city={$id}>Link</a>\n";
  6. }
  7. }
Success #stdin #stdout #stderr 0.04s 23164KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
PHP Notice:  Undefined variable: linkcity in /home/yndY3t/prog.php on line 3
PHP Warning:  Invalid argument supplied for foreach() in /home/yndY3t/prog.php on line 3