|
- What
is it:
- Actually
it is just a query language, to get data from tables in a database.
- It
makes use of it's own set of tables in a database.
- It
can use indexes and makes use of field compression, so server space
is small and speed can be high.
- Result:
- Data
can be taken out of tables and displayed to users.
- Only
requested data are visible.
- High
security for data, less trafic, very flexible and....fast!.
- Pages:
MySql Demo
- A demo of data gathering 100% in Php/MySql.
- Every page is generated on the fly with the
data.
- Results are stored in a table.
|
|