It is a tutorial Guide for all. Php Tutorial, Asp.net Tutorial & other Tutorials

Php

PHP is a powerful scripting language that is easily embeded with HTML and puts the tools for creating dynamic websites. —  People likes to learn PHP scripting.
This tutorial is for the people who understands HTML but doesn’t know much about PHP. PHP is open source so you can get all resources free through internet.

First php page:-

resources:
XAMPP SERVER
1. Install XAMPP Server at c:\ (Download From Here)
2. Run the Apache and MySql services in XAMPP Server.

source:

html>head>title>Hello php/title>/head>
body>
<?php
 print ("I am the PHP");
?>
/body>
/html>

Note: Please add "<" to all opening and closing tag of html.It is not showing here due to Some Technical Error.

1. Save the following source as- index.php (using notepad)
2. Now create a new folder named home in  c:\XAMPP\htdocs
3. Copy this file (index.php) to c:\XAMPP\htdocs folder
4. Now open the internet explorer and write in the address bar- localhost\home
and then click enter

Note: Remember that XAMPP's service should be running.

If you face any problem free to say it by comment

No comments:

Post a Comment

Which web-language is more secure?

Powered by Blogger.

© Developer Guide, AllRightsReserved.

Designed by