php is not working !! need help..!!

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
castertrouy
Forum Newbie
Posts: 1
Joined: Fri Jul 15, 2005 5:25 pm

php is not working !! need help..!!

Post by castertrouy »

hello there
i am a new php coder.I install red hat linux fedora and installed mysql ,php.
i wrote a small php code but it is not working.do i need to configure anything... need help urgently..
can anyone help me......??

--castertrouy
shiplu_17@hotmail.com.
cbrian
Forum Commoner
Posts: 97
Joined: Sun Feb 27, 2005 12:29 pm

Post by cbrian »

Could you please tell us a little more? What is the PHP script? That might be the problem.
User avatar
neophyte
DevNet Resident
Posts: 1537
Joined: Tue Jan 20, 2004 4:58 pm
Location: Minnesota

Post by neophyte »

try:

apachectl stop

and then

apachectl start


From the command line.

Then in your browser try:

http://localhost

Tell us if that works. Someone should move this thread to the apache topic.
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

Moved to Web-Servers
Post Reply