+ 2

php language problem........

I had written php code in notepad and save it with extension . html but the problem was that the browser (google chrome)didn't display anything...... How to solve this issue....???? Please help me out this..... The Code is ::-> <html> <head> <title>PHP</title> </head> <body> <?php echo "Hello World..."; ?> </body> </html>

5th Jul 2017, 7:56 AM
Deepanshu Soni
Deepanshu Soni - avatar
1 Answer
+ 1
you should install php server app like xamp or wamp and save the file as .php extention also put the file in www or doc folder of web server application
5th Jul 2017, 8:03 AM
Peshkawt Mahmood
Peshkawt Mahmood - avatar