
Advertisment
In this tutorial, you'll learn the basics of how MySQL handles different character sets and languages.
Database servers usually contain critical data, and ensuring the safety and integrity of that data requires that access control be used. In this...
In this tutorial, you'll learn how to perform common database maintenance tasks.
In this tutorial, you'll review some important points pertaining to the performance of MySQL.
If you are new to MySQL, here is what you need to know to get started.
To help you find the syntax you need when you need it.
This tutorial explains the different datatypes used in MySQL.
MySQL is made up of keywords special words used in performing SQL operations.
Optimizing reduces the size of an image so it will load faster in a Web browser. JPEG, is the best format for optimizing photographs.
GIF, which stands for Graphics Interchange Format, is the ideal format for optimizing areas of solid color and lines, like illustrations, logos,...
Regular expressions enables to find and extract more complicated pieces of information in a strings and do this in a multiple-byte character set...
Views: 979 |
| by Brad
PHP - Searching
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...
Views: 997 |
| by Slicer
PHP - Searching
The topics covered in this tutorial include: PHP basics, including script structure, variables, supported types, constants, expressions, and type...
We begin by discussing the three-tier architecture model used in many web database applications. We then introduce the nature of the Web and its...
This tutorial covers the following: Introduction to relational databases and relational modeling; The MySQL command interpreter and the basic...
Learn the following techniques: Using the five-step web database querying approach to develop database-driven queries; Using the MySQL library...
Pass data from a web browser to a web server; Access user data in scripts; Secure interactive query systems; Query databases with user data;...
Writing data in web database applications requires different techniques than reading data. Issues of transactions and concurrency become important,...
There are three possible data environments in which validation can occur in a three-tiered web database application: in the DBMS, in server-side...
In this tutorial we will discuss how sessions are managed, Introduce cookies, configure PHP session management library, PHP session management