How can i run my php file? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 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 ответ
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