+ 4
Is it possible to run PHP in Chrome?
Is it possible without installing IDE?
5 Respostas
+ 5
You need a local apache server to run php, try xampp
+ 3
Dowanload Xampp then you can run on Chrome for the output
+ 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!!
+ 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.
+ 1
can i run php in windows ias manager?? the default server of microsoft windows??