Re: Transfering Website, PHP Configuration

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Richard

    Re: Transfering Website, PHP Configuration

    Create a single text file containing this:
    <?php phpinfo(); ?>
    >
    put it in the webroot, and call it in a browser.
    >
    .....
    this file must have a .php extension of course.
    Something like "hello.php"

    R.


Working...