Recent content by marcoman

  1. M

    How to get the result of an external PHP page into a string using PHP?

    $s = file_get_contents('http://example.com/page.php');
  2. M

    could some one help me with php?

    The script should be run behind a web server. I'm assuming your loading the file in a web browser as a file with the address bar showing 'file:///....file.php' instead of 'http://...file.php'. You should install a apache/php stack on your pc if you don't have one. The easiest way to do so is...
Back
Top