|
Hi!
I want to put most of the static content of a page into a MySQL database. Because it is clear in the PHP source code which specific cell (content) should be included, I want to avoid unnecessary queries etc.
How can I directly access a specific cell? For example with some pointer system or something similar (db->table->row->field). Each row has a unique ID.
Anditcd
|