Is it possible to run PHP in Chrome? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Is it possible to run PHP in Chrome?

Is it possible without installing IDE?

19th Jan 2019, 2:05 PM
Muhd Khairul Amirin
Muhd Khairul Amirin - avatar
5 Answers
+ 5
You need a local apache server to run php, try xampp
19th Jan 2019, 2:25 PM
Sailesh Dahal
Sailesh Dahal - avatar
+ 3
Dowanload Xampp then you can run on Chrome for the output
20th Jan 2019, 3:23 PM
Abu Bakar Ali Ashraf
Abu Bakar Ali Ashraf - avatar
+ 2
Yes you can get your output of your PHP Program but in the format of html because it responses with html pages because it deals with server-side programs and user request in a php enabled server!!
20th Jan 2019, 3:42 PM
Arnav Ghosh
Arnav Ghosh - avatar
+ 1
You just need a local server like xampp,wampp or any other available. These are free. Install it. Get access to the htdocs folder and start putting your files(with .php extension) or folders. Go to the URL and type localhost/foldername/filename.php.
22nd Jan 2019, 7:04 PM
Muhammad Bilal
+ 1
can i run php in windows ias manager?? the default server of microsoft windows??
19th Jul 2019, 3:37 AM
Arnav Ghosh
Arnav Ghosh - avatar