Re: Php - "No input file specified." when i try to run a php script on a web server
- From: Carl Pearson <jman_spam_trap_.org@xxxxxxxxx>
- Date: Sat, 27 Jan 2007 14:53:39 -0600
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.
.
- Follow-Ups:
- References:
- Php - "No input file specified." when i try to run a php script on a web server
- From: Eric Layman
- Re: Php - "No input file specified." when i try to run a php script on a web server
- From: d43m0n AT shaw DOT ca
- Re: Php - "No input file specified." when i try to run a php script on a web server
- From: Eric Layman
- Php - "No input file specified." when i try to run a php script on a web server
- Prev by Date: Re: Spell Check, Grammar Check; Output to Word, PowerPoint
- Next by Date: Re: Php - "No input file specified." when i try to run a php script on a web server
- Previous by thread: Re: Php - "No input file specified." when i try to run a php script on a web server
- Next by thread: Re: Php - "No input file specified." when i try to run a php script on a web server
- Index(es):
Relevant Pages
|