0

My output is not coming instead the whole code is being written on that page! What to do?

3rd Sep 2016, 2:56 PM
Khushboo Gupta
Khushboo Gupta - avatar
3 Réponses
+ 1
are u using running the code on local server
3rd Sep 2016, 2:59 PM
Vijay Kumar
Vijay Kumar - avatar
+ 1
if u r not install xammp or wammp and paste your .php file in c/xammp/htdocs and open your browser and type localhost/yourfilename.php
3rd Sep 2016, 3:02 PM
Vijay Kumar
Vijay Kumar - avatar
0
as php is a server side scripting language you need to first install a web server.. you can use xampp on Linux or wampp on windows. to check the setup is working fine u can use the following code. <?php phpinfo(); ?>
4th Sep 2016, 7:56 PM
Ayaz Muttaqui
Ayaz Muttaqui - avatar