Forum Moderators: coopster
Lynda has some good beginner tutorials
[movielibrary.lynda.com...]
Actually even YouTube has stuff
[youtube.com...]
Learning PHP - Books, Tutorials and Online Resources
[webmasterworld.com...]
dc
[localhost...]
[edit]
infact its this dir
\xampp\htdocs
your example.php needs to go to that dir.
Reference: http://www.apachefriends.org/en/xampp-windows.html#528 [apachefriends.org]
[edited by: Anyango at 7:27 pm (utc) on Nov. 10, 2008]
[localhost...]
Short Open tags might be disabled in your PHP's current configuration. try this code in your check.php
<?php
phpinfo();
?>
If the page is still blank, view source and see what all is in there, does the PHP code show there too ?