0
Why won’t my php work?
I just downloaded sublime text 2. I made an html form with php. Why does it just show the php code? What do I have to do? Walk me through it I am new to php.
3 Réponses
+ 4
Download apache.
https://www.apachefriends.org/index.html
Default web root is C:\xampp\htdocs
Create a php file and open it in your browser using localhost.
http://localhost/index.php
0
What is it?
0
And how do I run it with sublime text???