Hey!
I wrote this simple code in notepad and saved it as php file.
[php]<?php
echo ‘hello world’;
?>[/php]
i opened it in internet explorer and it took 1-3 minutes to be loaded. Although it is very short code, is this normal speed or there is some problem in configuration. I used easyphp for installing php.
Please tell me is this normal or not?