I am new to this game and have fallen at the first hurdle. I have looked for an answer that will work but have had no luck so hopefully someone here could help me
When i try to load phpinfo.php to check everything is working nothing shows up in my browser. i have tried differet php commands but the only thing that is visable is the normal html. Im sure it is something silly that i have overlooked but if someone could help me out i would be really grateful
Thanks
hi, thanks for getting back to me.
I the admin page for phpmyadmin is working.
The php page i was trying to view was phpinfo. below is the sorce code i used.
<?
phpinfo();
?>