Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 31st, 2012  |  syntax: None  |  size: 0.21 KB  |  hits: 12  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. PHP: Get part of PHP of the url [closed]
  2. <?php
  3.  
  4. include_once 'imdb.class.php';
  5.  
  6. $oIMDB = new IMDB(super);
  7. if ($oIMDB->isReady) {
  8.     echo '<a href="some.com/super">
  9. else {
  10.     echo '<p>Movie not found!</p>';
  11. }
  12.  
  13. ?>