Sharp Tutorial
PHP Tutorial for beginners

Python

Java

C

C++

HTML/CSS

Java Script

PHP

SQL

C Programs

PHP Introduction

  • PHP home
  • PHP introduction
  • How to install and run
  • Syntax and Rule in PHP
  • Data type and operator
  • If else in php
  • Loop in php
  • Array in php
  • Sring in php
  • Function in php
  • Include in php

Working with Forms

  • Get and Post
  • Get Form input into PHP
  • Form Validation

PHP with MySQl

  • Connect PHP & Mysql
  • Insert using PHP Mysql
  • Select using PHP MySql
  • Delete Update using PHP Mysql
  • Login Page Example in PHP

Advanced PHP

  • Session in PHP
  • Cookies in PHP
  • File Handling in PHP
  • File Upload/Download PH

Object Oriented PHP

  • Class Obejct in PHP
  • Constructor in PHP
  • Destructor in PHP
  • Inheritance in PHP

PHP Home

PHP is server side scripting language to manage dynamically web applications easliy. To manage PHP based application is easy to handle as compared to other languages such as JSP(Java Server Pages) or ASP(Active Server Pages) etc.

PHP is one of the most popular language around the world for web devlopment. So we have desgined the PHP tutorial to learn it in an easy manner with simple examples. PHP is an open source and object oriented language.

A PHP file saved with (.php extension ) may have PHP code as well as other UI content using HTML , CSS or JS .          

 

Sample Code in PHP. [test.php]

 <html>
<body bgcolor="cyan">
<center>
HTML Content
<br>
<?php
echo " Sharp Tutorial with PHP content";
?>
<center>
</body>
</html>

Output of the above program is as following.

Enquiry about Course

Ask your Question

Click Here

Sharp (2) Tutorials

Video/ C Introduction

Watch video in full size

Video tutorial

Follow by Email
Facebook
Facebook
fb-share-icon
YouTube
Copyright © Sharp Tutorial
Build with WordPress
Wordpress Social Share Plugin powered by Ultimatelysocial
Sharp Tutorial