Question:
How can i run the simple PHP file on XP, without installing any thing(or intalling the minimum possible thing)?
anonymous
2008-09-25 06:53:26 UTC
Following is my first PHP code



First PHP File



print "hello world";
?>




Please help me to run it on the Windows XP machine with installing the minimum softwares or without installing any thing

Thanks
Four answers:
Jon R
2008-09-25 07:36:59 UTC
To run it locally you must install both a webserver and PHP itself.



http://www.apachefriends.org/en/xampp.html



Has a fantastic bundle that gives you a fully working, virtually no config needed PHP/Webserver etc.
Ankur Shah
2008-09-25 06:58:58 UTC
Minimum requirement for php to run is web server & php compiler itself.

You can download software in source, which is easy to install and does install mysql too.
-bBaby-Bluez-
2008-09-25 06:56:58 UTC
u probably could not run php files on your local machine.

You wil have to upload it to the web to view it

get a free domain from 000webhost.com
aryaxt
2008-09-25 08:38:50 UTC
u can't

1- u need a server would be iis built in widnows xp(Use Ur XP cd to install (only available in xp pro))

2- u need php get it from php.net


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...