Page 1 of 1
when i execute this file its not showing anything on browser
Posted: Wed Feb 17, 2010 11:21 pm
by Dharmesh
<?php
phpinfo();
print"hello world";
?>
Re: when i execute this file its not showing anything on browser
Posted: Thu Feb 18, 2010 3:27 am
by aravona
Code: Select all
<?php
phpinfo();
print"hello world";
?>
This should work perfectly, so long as you remember to save your file as a .php file - it will not work as a .html file (just double checked that)
Also using code tags and putting more information in would be useful - just putting what happens in the title is a little, abiguous you didnt say what file type you'd use or anything. If you are using a .php file and its not working you need to say so cos thats a different kettle of fish ^_^