+ 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>
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



