Vous êtes sur la page 1sur 3

Call now:-

+91-9911-09-7721
100% Job assistance
POST IT JOB

Search

HOME

COURSES

ADVERTISEMENT

CONTACT US

PHP Tutorial
PHP Tutorial PHP Example Javascript Tutorial Javascript Example JQuery Tutorial JQuery Example Ajax Tutorial Ajax Example What is PHP? PHP is basically use for developing dynamic w ebsite. Some dynamic w ebsite are facebook.com, nakuri.com etc. About Website Website has tw o type 1- Static Website:In Static w ebsite, w ebpage alw ay show same page content. we use html for create static w ebpage. 2- Dynamic Website:In Dynamic website, webpage content change automatically. We use php w ith html for create dynamic page. php w ork w ith mysql and change w ebpage content automatically. Note:we can also develope dynamic w ebsite in asp, asp.net and jsp
AT-M Ad

PHP Introduction

PHP Basic Concepts


PHP Introduction Variable in php if / switch statement Form Tag Loop Array Function

PHP & M ySQL


Database Insert Query Select Query Delete Query Update Query

More about PHP PHP PHP PHP PHP PHP is a server-side scripting language. because PHP Script store on server. is cross-platform, Means PHP scripts can run on many different operating systems. stands for Hypertext Preprocessor, w e can also say Personal Home Page. syntax is match to C, C++, Java language syntax. developed in June 8,1995. PHP developed by Rasmus Lerdorf.

PHP Advanced
Session Cookies Upload/Dow nload File/Directory GD Library Send mail PHP and XML $_SERVER

Advantage of PHP. PHP is free software. For PHP Softw are,w e can download xampp and w amp. We can run PHP Script to many Operating system, like Window s,Linux,Unix etc. We can run PHP Script to many server, like Apache server, IIS server etc. We can use many database, like MySQL, Oracle etc. How to Download PHP? 1.Go to w ww .Google.com 2.Search free dow nload xampp or free download wamp. For dow nload xampp follow this link to download xampp. For Dow nload xampp

PHP OOPS
Class & Object Constructor & Destructor Inheritance Polymorphism Abstract Class and Interface PHP oops and Mysql

PHP Reference
PHP PHP PHP PHP String Function Array Function Mysql function Date function How to Install? 1. Double click on xampp and follow s screen 2. After Successfully Install. Open xampp Control Panel (if you install xampp in c: then goto

PHP Variable function PHP Math function

c:->xampp->xampp control panel). 3. Click on Apache and Mysql and also click on Start in front of Apache and Mysql then close xampp Control Panel. First time PHP user then follows these steps. (Note:- For xampp) 1. 2. 3. 4. 5. Open any browser like Mozilla. Type http://localhost Click on English if you w ant to w ork on English version. Go to C: if you install php in C: Then create folder like ww w in C:->xampp->htdocs.

M y SQL
PHP Misc function Select query

Other Links
Increas e Page Rank The Link Exchange link directory Interview Q/A PHP Development India Backlinks dallas pr agencies Seo service Chennai

PHP Tags 1. <?php 2. 3. <script <% language="php"> coding section coding section coding section ?> %> </script> This is correct php This is another This is php tag. Block. Alway use version. this is but this tag is not this block rare in use. work on every server How to Write PHP code?. 1.Go to Dreamw eaver (you can use any editor but here w e discuss through Dreamw eaver) 2.Go to file->New->Dynamic page->PHP and Click on Create Button. Then start to w rite php script.
AT-M Ad

4. <? coding section ?> This is sort tag. This tag is set enable to php.ini file.

5. <?= coding section ?> This tag is use for print data. This tag is equivalent to <?php echo ?>

Example 1:- Simple PHP Script <?php echo "W elcome"; ?> Output:Welcome How to Run PHP Programme? 1. Open any Browser like mozilla. 2. Type http://localhost/w ww on address bar. and Press Enter. 3. Click on php script file w hich you have saved like your file name is test.php. then click on test.php you w ill see output. Understand echo statement and print() function. echo and print both has same w ork to give output like print string or variable data. But there are some difference. Difference Between echo and print. echo accept multiple argument, echo does not return anything. it is like a tag not really function. print is function w e can print one string or variable data by one php function. print function return integer value 1. Example 2 :- To use of print() function <?php print("W elcome"); ?> output:welcome Example 3 :- PHP Script with HTML Tag. <?php echo "<b>w elcome</b>"; echo "<br>"; echo "<i>User<i>"; ?> output. welcome User Example 4 :- How to concatenate the strings

<?php echo "<b>w elcome</b>"."<br>"."<i>User<i>"; ?> output. welcome User

Next

Design & Developed by ittrainingonline

Home

Courses

Advertisement

Post IT Job

Contacts

Links

Vous aimerez peut-être aussi