Page 1 of 1

php4 and linx

Posted: Sat Aug 18, 2007 5:25 am
by hershy
Hi to all, I want to use php 4 and apache 2 on fedora core 4 but am not been able to use . So can anyone tell me how to plugin php non apache on linux platform?

Posted: Sat Aug 18, 2007 7:48 am
by feyd
Why aren't you able to "use"?

Re: php4 and linx

Posted: Sat Aug 18, 2007 9:28 am
by superdezign
hershy wrote:how to plugin php non apache on linux platform?
All bad grammar aside, a good IDE will let you see your interpreted PHP without a server.

php with no apache

Posted: Thu Sep 13, 2007 5:46 am
by youscript
PHP can run without apache

Posted: Thu Sep 13, 2007 9:32 am
by VladSun

Code: Select all

php -f /path/to/file.php
Also, look at the man page for other interesting command line options

Code: Select all

man php