Home

Submit

Source

Feeds
Source Site » www.php-mysql-tutorial.com

Search another site:

http://
PHP Getting Started
Opening & Ending PHP Tags
PHP / Getting Started
To open a block of PHP code in a page you can use one of these four sets of opening and closing tags.

Site: www.php-mysql-tutorial.com Report - View Tutorial

PHP Getting Started
PHP Variables
PHP / Getting Started
Variables in PHP are represented by a dollar sign followed by the name of the variable.

Site: www.php-mysql-tutorial.com Report - View Tutorial

PHP Getting Started
Variable Types
PHP / Getting Started
In this lesson you will find out variable types.

Site: www.php-mysql-tutorial.com Report - View Tutorial

PHP Getting Started
Playing With Strings
PHP / Getting Started
Strings are probably what you will use most in your PHP script. From concatenating, looking for patterns, trim, chop etc.

Site: www.php-mysql-tutorial.com Report - View Tutorial

PHP Getting Started
Control structures
PHP / Getting Started
The examples will show you how to use control structures in PHP.

Site: www.php-mysql-tutorial.com Report - View Tutorial

PHP Forms
Using Form
PHP / Forms
Using forms in a web based application is very common. Most forms are used to gather information like in a signup form, survey / polling, guestbook, etc.

Site: www.php-mysql-tutorial.com Report - View Tutorial

PHP Functions
Using Functions
PHP / Functions
Real world applications are usually much larger than the examples above. In has been proven that the best way to develop and maintain a large program is to construct it from smaller pieces (functions) each of which is more manageable than the original program.

Site: www.php-mysql-tutorial.com Report - View Tutorial

PHP Membership
User Authentication
PHP / Membership
Several method of user authentication using PHP.

Site: www.php-mysql-tutorial.com Report - View Tutorial

MySQL General Guides
Create New MySQL Database
MySQL / General Guides
You need to use mysqladmin to create MySQL database.

Site: www.php-mysql-tutorial.com Report - View Tutorial

MySQL General Guides
Create New Table
MySQL / General Guides
This tutorial will show you how to create new table.

Site: www.php-mysql-tutorial.com Report - View Tutorial

MySQL General Guides
Insert Data To MySQL
MySQL / General Guides
You can insert data to the tables directly from mysql> prompt or by loading a file containing the data. The values will be tab separated one line represent one record.

Site: www.php-mysql-tutorial.com Report - View Tutorial

MySQL General Guides
Get Data From MySQL
MySQL / General Guides
Learn how to get data from MySQL.

Site: www.php-mysql-tutorial.com Report - View Tutorial

MySQL General Guides
MySQL Update And Delete
MySQL / General Guides
The statement UPDATE is used to change the value in a table.

Site: www.php-mysql-tutorial.com Report - View Tutorial

MySQL General Guides
MySQL Basic
MySQL / General Guides
This mysql tutorial covers the basic stuff that you can do with MySQL.

Site: www.php-mysql-tutorial.com Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement