Tutorials by BrainBell

You can find here all the 21 tutorials by BrainBell. The author's home page URL is http://www.brainbell.com.
Sort byTutorials Per Page
Pages:1 | 2 | 3 | Next| Last
Writing data in web database applications requires different techniques than reading data. Issues of transactions and concurrency become important, and we introduce these issues and the principles of dealing with them in this tutorial...
February 9, 2010 Today Views: 2 Total Views: 1,311

MySQL Optimization

Author: BrainBell  Rating:
Learn the optimization techniques for MySQL.
February 9, 2010 Today Views: 1 Total Views: 1,244

Regular Expressions

Author: BrainBell  Rating:
Regular expressions enables to find and extract more complicated pieces of information in a strings and do this in a multiple-byte character set environment ...
December 24, 2007 Today Views: 2 Total Views: 955
One of the key features of object-oriented programming (OOP) is the ability to create new data types in which the data and the implementation of operations are bound together...
December 20, 2007 Today Views: 2 Total Views: 1,056

Sessions

Author: BrainBell  Rating:
In this tutorial we will discuss how sessions are managed, Introduce cookies, configure PHP session management library, PHP session management...
December 18, 2007 Today Views: 2 Total Views: 1,262
With the growth of the Web over the past decade, there has been a similar growth in services that are accessible over the Web. Many new services are...
December 14, 2007 Today Views: 1 Total Views: 972
In this tutorial, we introduce the basics of connecting to the MySQL DBMS with PHP...
December 13, 2007 Today Views: 2 Total Views: 1,270
These tutorial will teach you the different techniques of how to backup your database from MySQL server.
December 11, 2007 Today Views: 2 Total Views: 1,347

MySQL and SQL

Author: BrainBell  Rating:
In this tutorial, we introduce the MySQL database management system (DBMS) and the SQL database query language for defining and...
December 5, 2007 Today Views: 2 Total Views: 1,327

User-Driven Querying

Author: BrainBell  Rating:
We focus here on user-driven querying, in which the user provides data that controls the query process...
December 3, 2007 Today Views: 1 Total Views: 1,201
Pages:1 | 2 | 3 | Next| Last