Study php

Find resources Study php?
You can find basics of php from internet.Some of the helpful sites are
w3schools

php.net

Download xampp

Where you can download xampp/wamp ?

Download xampp

Download wampserver

Phpmyadmin

What is php myadmin?

Phpmyadmin is to control mysql databases for php.It gives a good interface to do operations in databases and tables .Phpmyadmin will be installed with xamp or wamp.You can connect to phpmyadmin from xamp/wamp controlpanel.

All hosting services provides a phpmyadmin interface for uploading and manage your mysql database

php and client side

Php is only a server side scripting.For client side scripting we can use javascript

If you are new in php go to www.w3schools.com/  simple working examples

Start php

How you can start php?
Download and Install Xamp or wamp server in your windows machine to start learning php.
Xamp and wamp are software packages ,it installs apache ,php mysql in your system and provides running environment for php.

You can place your website folder in htdocs(in xamp) or in www(root folder in wamp).


We can also create php by manualy configuring php,mysql and apache. Also we can use iis instead of apache.