Forum : Error in Display
Brief description  about Online courses   join in Online courses
View Sanjay  B S 's Profile

Error in Display

When i run a sample php program, nothing was displayed on the browser window. How to make it display?
Asked by Sanjay B S | Jul 19, 2010 |  Reply now
Replies (2)
View sanjay b-s 's Profile
thanks a lot
Jul 23, 2010
View teacher siliconindia 's Profile
Hi Sanjay,


Just echo something and run it.

<?php

echo phpinfo();

?>


Thanks
Save it as info.php inside your root folder and run it.

Jul 20, 2010