|
Posted by Carl Pearson on 01/27/07 20:53
Eric Layman wrote:
> Wow. Thanks!
>
> But it's hosted on a web hosting company at the moment. How are we going to
> find out the details?
Put this in a file with a .php extension:
<?php phpinfo(); ?>
Upload it to your server and call it from the browser.
If it doesn't work, there's something wrong with the server's PHP setup
(unlikely though that prospect is if you're on a shared host).
If it does work, your script probably has some hard-coded paths in it
that need to be fixed.
Navigation:
[Reply to this message]
|