run simple php file in windows environments

Status
Not open for further replies.

hihotfile

Active Member
145
2010
35
0
well this is technical question about to run simple php file in windows environments
e.g i have php file

what minimum requirement to execute of this file

please not tell me wamp or uniserver Vice versa

what files php depended


 
8 comments
u need PHP software linked by Apathetic above & a server software to serve your php pages. I hope this would sort out your doubt
 
A simple php file like echo $something will not need other files to run.

If you intend to use graphics and database lots will be needed.

I use phpedit and it needs nothing else for most testing..
 
You will need apache(and PHP) to make it communicate via the browser or you can use PHP CLI to execute PHP files via command prompt.

Ah, Sorry just noticed it has been a while since the last post. It was still on the first page, My apologies
 
Status
Not open for further replies.
Back
Top