Hi,
I am pretty new to this scripting language.
I have just installed the following s/w packages in my system via XAMPP.
>php
>MySQL
>Apache
Next,I started writing a basic script in notepad and saved it as "hello.php"
My question is where to run this script, either in the Command line or in the Browser?
When I tried in cmd prompt: D:\SQL\01>hello.php
A small window opens stating that:" Windows cannot open this file"
and When I tried opening in browser: http://localhost/hello.php
it shows "Object not found".
As I am a beginner, could any one please let me know what should be done to properly execute my first program!!!
my script is very simple ,it should display "HELLO WORLD"!!! But am not getting this output displayed.
Is it because am doing any blunder mistake? or any further packages needed?
Or it is because of not knowing how to execute my program.
Thanking in advance,
Mahaa.