php4 and linx
Moderator: General Moderators
php4 and linx
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?
- superdezign
- DevNet Master
- Posts: 4135
- Joined: Sat Jan 20, 2007 11:06 pm
Re: php4 and linx
All bad grammar aside, a good IDE will let you see your interpreted PHP without a server.hershy wrote:how to plugin php non apache on linux platform?
php with no apache
PHP can run without apache
Code: Select all
php -f /path/to/file.phpCode: Select all
man phpThere are 10 types of people in this world, those who understand binary and those who don't