I installed easyphp Devserver17 on my PC (Windows 7 64bits) to kick-start my educational progression with PHP. I wanted to code php along with js, html, css before uploading these to my web host server.
I checked easyphp dashboard and everything seems to work fine:
- I finished setup my working directory.
- Started http server.
- Seems no error or issues or anything like that.
Then...
I typed the following php code embedded within index.html to quick test:
<? php
echo "hello world!";
?>
The web-page loaded successfully but no hello world, just empty page.
I'm looking at easyphp devserver17 dashboard, everything seems to work fine except no php result on my webpage.
Though, the quick-test php does work on easyphp devserver dashboard.. not on my web-pages, which puzzles me a bit.
*****Edited*****
I'm completely new to php and do not possess in-depth technical knowledge and expert on how to custom-configure http server on easyphp devserver or manually do so via file manager (or explorer) or something like that. I'm used to coding in html and css but that's it. So this php is whole new territory for me to step on.
All I know I really want to make blogging platform from scratch for my website.