php4 and linx

Whether you are using Linux on the desktop or as a server, it's still good that you're using Linux. Linux related questions go here.

Moderator: General Moderators

Post Reply
hershy
Spammer :|
Posts: 10
Joined: Thu Aug 09, 2007 5:25 am

php4 and linx

Post 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?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Why aren't you able to "use"?
User avatar
superdezign
DevNet Master
Posts: 4135
Joined: Sat Jan 20, 2007 11:06 pm

Re: php4 and linx

Post 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.
youscript
Forum Newbie
Posts: 10
Joined: Thu Sep 13, 2007 3:22 am

php with no apache

Post by youscript »

PHP can run without apache
User avatar
VladSun
DevNet Master
Posts: 4313
Joined: Wed Jun 27, 2007 9:44 am
Location: Sofia, Bulgaria

Post 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
There are 10 types of people in this world, those who understand binary and those who don't
Post Reply