PHP Tutorial

Specialy I develop this tutorial for beginnier .Base on PHP, .Net, Java, Search Engine Optimization , Social Media Optimization & Search Engine Marketing. The style of this tutorial is very simple & its contents has proven to be quite suitable for the beginning PHP programmer. This sushiltutorial will help you in Development . I would suggest you to start learn step-by-step, learn-by-example path to learning a new programming language especially to programming in general. It dedicated to getting Apache, MySQL , & PHP up and running on your Windows or Linux machine.I am sure you will surprised at how php learning is simple. You will Up very soon & this is good because your technologies to be working in continue with the lessons.
In this tutorial , Some fresh chapters have been added to provide new skills.


What is PHP ?


The official name of PHP: Hypertext Presprocessor, and it is a server-side scripting language. When your web browser accesses a URL, it request to web server & When you request for PHP page, like.. http://sushiltutorial.php the web server wakes up PHP engine . The PHP engine runs through the PHP code found in index.php and returns the resulting output. This output return back to web server as part of HTML,XHTML code in the document which display in source pages.

Conventions Used in this tutorial

This sushiltutorial differentiate between code and simple English & also help you to identify important concepts. Throughout Codes , Commands & Lessons.



Getting Started


Installing and Configuring MySQL

In vast majority of PHP web developers who chose MYSQL . It is the database effieciency & ease of use . MySQL is free and runs on multiple platforms. While using MySQL with PHP , it’s easiest to install MySQL first, because of during the PHP installation & configuration process. You must have to tell PHP configuration script that you are going to use MySQL in order to activate the MySQL specific functions.



       1. Install MySQL on Windows or Linux

       2. Create a sample database

       3. Create a sample table

4 comments:

Anonymous said...
This comment has been removed by a blog administrator.
Anonymous said...

Hey, can you help me how to do code injection and mysql injection and how can i save my codes from happening this

Anonymous said...

Hi

Can u please throw some light on using php as daemon???

Easy to Learn said...

of-course & sorry for delay . Very soon we will update it.

Post a Comment

Your Comments on Moderation