+ 1
How do I setup the environment for php programing in my windows PC
I have a 32 bit windows PC..and want to learn php programing how and which software would be good to start..please help
3 Respostas
+ 9
Install a localhost.
How?
For making it very easy, download XAMPP or WAMP
Install either of it.
Start Apache and MySQL
Code your php file inside- C:/Xampp/htdocs folder
Open your browser
Open your file eg. localhost/file.php
Tada! It's working :)
+ 2
:)
+ 1
thanks brother..its really working.