php4 and linx
Posted: Sat Aug 18, 2007 5:25 am
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?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
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?
Code: Select all
php -f /path/to/file.phpCode: Select all
man php