Pease I need your help! I am very new in Php programming,I just downloaded wampserver on my system and also komodo for text editor.I launched komodo to place my text and saved the file with the file extension .php then try to run the script for web browser to display it, but it won't display my code,below is the code I put in the text editor:
<? php
echo "Hello world";
?>
Can someone tell me what to do for the browser to display my code? responses will be appreciated.