Re: [PHP] "No input file specified." error.

2004-12-21 Thread Francisco Javier Escoppinichi Fernandez
Curt Zirzow escribió: * Thus wrote Francisco Javier Escoppinichi Fernandez: Hi Curt, * Thus wrote Francisco Javier Escoppinichi Fernandez: Hello people. I got a little problem here, and I already searched on Google for possible solutions, but I still can't figure how to fix it. I'm developing a C

Re: [PHP] "No input file specified." error.

2004-12-21 Thread Curt Zirzow
* Thus wrote Francisco Javier Escoppinichi Fernandez: > Hi Curt, > > >* Thus wrote Francisco Javier Escoppinichi Fernandez: > > > >>Hello people. > >> > >>I got a little problem here, and I already searched on Google for > >>possible solutions, but I still can't figure how to fix it. > >> > >>I'm

Re: [PHP] "No input file specified." error.

2004-12-21 Thread Francisco Javier Escoppinichi Fernandez
Hi Curt, * Thus wrote Francisco Javier Escoppinichi Fernandez: Hello people. I got a little problem here, and I already searched on Google for possible solutions, but I still can't figure how to fix it. I'm developing a CMS Application on PHP. On my dev machine I'm running Apache 1.3.33 + PHP 4.3.

Re: [PHP] "No input file specified." error.

2004-12-21 Thread Curt Zirzow
* Thus wrote Francisco Javier Escoppinichi Fernandez: > Hello people. > > I got a little problem here, and I already searched on Google for > possible solutions, but I still can't figure how to fix it. > > I'm developing a CMS Application on PHP. On my dev machine I'm running > Apache 1.3.33 + P

[PHP] "No input file specified." error.

2004-12-21 Thread Francisco Javier Escoppinichi Fernandez
Hello people. I got a little problem here, and I already searched on Google for possible solutions, but I still can't figure how to fix it. I'm developing a CMS Application on PHP. On my dev machine I'm running Apache 1.3.33 + PHP 4.3.9 as a module, and on my production machine i'm running Apache

[PHP] No input file specified

2003-06-09 Thread Dave Hartburn
I'm running a couple of php scripts from the cgi-bin directory on Slackware linux 8.1, under apache 1.3.20. The most simple example of a script is: #!/usr/local/pkg/php4.3-withsnmp/bin/php If I install php-4.3.0, this will run fine, however compiling php-4.3.2 with the same options: ./configure -

Re: [PHP] No input file specified. Please help.

2003-01-07 Thread Marek Kilimajer
Try using full URI, e.g. http://localhost/index.php David Scott wrote: I am running this file from a tutorial: Something Useful Tutorial echo $_SERVER["HTTP_USER_AGENT"]; ?> When this file is run from my webserver (IIS) I get a page that says: No input file specified. What can I

[PHP] No input file specified. Please help.

2003-01-06 Thread David Scott
I am running this file from a tutorial: Something Useful Tutorial When this file is run from my webserver (IIS) I get a page that says: No input file specified. What can I do to get this working? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www

[PHP] No input file specified. (using PHP for shell and CGI scripting)

2001-01-30 Thread Frank Joerdens
I am playing with PHP as a shell scripting tool and trying to use it for CGI programming that way. This may seem kinda pointless, seeing that PHP is _way_ more efficient when being used as an Apache module. However I need to pass stuff from a database query to another CGI program which is designed