How can i run my php file? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How can i run my php file?

please give me the safest and easiest way and thunks

27th Jan 2018, 3:56 PM
oidysts 21
oidysts 21 - avatar
1 Answer
0
with console : navigate to your script folder and type php myscript.php or with your browser, put your script in your web folder (www) and go to http://localhost/myscript.php
27th Jan 2018, 3:59 PM
Vincent
Vincent - avatar