Breaking

LightBlog

PHP

PHP(PHP Hypertext Preprocessor)
Note-Before you learn PHP, you should have a basic knowledge of HTML, CSS and JavaScript.
What is PHP?
PHP is a Server Side Scripting language, It is use to make a dynamic website and web pages.PHP is a free of cost tool we can download it from the internet and install it easily.

PHP is a widely-used open source scripting language.
Use of PHP
PHP is free to download & use easily, PHP are executed on the server, and  show the result to the browser as a simple HTML.  Extension  of  php file is  ".php
Use-PHP can modify, add, delete  data, in your database, generate dynamic  web pages, create, open, read, write, delete, and close files on the server, collect  data from your web form.
Note-PHP runs on many more platforms  like that :-
Windows, Linux, Unix, Mac OS X, etc.
Syntax -
<?php
echo “hello world”;
?>

What we need?

  • Before we starting PHP we have to need a code editor and a web host that support PHP and SQL.
  • We can use Code Editor :- Notepad ++,  Sublime, Dreamweaver
  • We have a web hosting that support PHP and SQL. 
  • Or you can install local host on your pc for example:- WampServer, XamppServer, MampServer, Lamp Server, ZendServer but I suggest you you can use WampServer or XamppServer try you first, after trial you choose that is best for you.



In this video tutorial play list, I'll show you How to make Registration Form, Database and save value in Database on localhost xampp ..

1 comment:

Adbox