fork download
  1. <?php
  2.  
  3.  
  4. $URL = "http://v...content-available-to-author-only...i.eu/forum.php?topic=3";
  5.  
  6. $explodeUrl = explode('?',$URL);
  7.  
  8. $baseUrl = array_shift($explodeUrl);
  9.  
  10. var_dump($baseUrl );
  11.  
  12. ?>
Success #stdin #stdout 0.02s 13064KB
stdin
Standard input is empty
stdout
string(26) "http://v...content-available-to-author-only...i.eu/forum.php"