-
Hello All...
-
Welcome to this tutorial of freelancergang.org
-
in this we will start with php development
-
and we will write our first program
-
thats hello world in php
-
now we already have installed XAMPP on our pc
-
we will use it as our development/test platform
-
what we have done, we have
-
created a folder "phptut" in htdocs, in the xampp directory
-
we will create a new file, a text document
-
and we will rename it as "helloworld.php".
-
now we will just edit it in notepad++ or you can use
-
any text editor which you prefer to use.
-
we will start the php development , and we will use start marker of php
-
whenever you start , you use the sign so that compiler
-
know what kind of script is used , if it is embedded in html page
-
php is very simple and easy to use. .. now we will define..
-
either by using print.. or you can use echo
-
thats it.. and save it...
-
go to the browser and write phptut/helloworld.php
-
lets add something to it
-
and now we will save it again
-
and see... its easy to develop with php..
-
this is the first video in which we have written helloworld program
-
in next video we will connect this with mysql database
-
or process a form..
-
thanks all..
-
enjoy learning
-
bye bye