<?php
phpinfo();
print"hello world";
?>
when i execute this file its not showing anything on browser
Moderator: General Moderators
Re: when i execute this file its not showing anything on browser
Code: Select all
<?php
phpinfo();
print"hello world";
?>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 ^_^