Tuesday, February 23, 2016

How To Run Php In Your System

Normally we cannot run php program in our system,becoz php is client and server program.
So we need a server to run the php program,becoz server can evaluate the php program code...
To availl server you need to install for that click here to download server for 32 bit os. and click here to download server for 64 bit os.

FILE SIZE:19MB

After you downloaded just install like normall exe file...after completing installation...
Just type localhost in your browser...if its says It work or wampp splash page...
your installation is sucessfull....

Now to run php program or check php program working or not,
open notepad type   <? phpinfo() ?>   and save it as arunji.php.
then paste this file in c:wampphtdocs....

then open browser type   localhost/arunji.php
then it will show php information....now your ready run ur system as server......

Related Posts by Categories

0 comments: