Re: weird problem, cant edit data in tables
require($_SERVER['DOCUMENT_ROOT']."/includes/top_config.php");
?>
Re: weird problem, cant edit data in tables
In order to edit tables, they need to have uniquely identifyable rows,
see the doc.
Sorry for the term, a master table is the one that contains the primary
key, the "detail" table references the primary key in that master table,
a "master-detail" relationship.
Create primary keys in *every* table, unless you have a very very good
reason not to do so (and these are rare).
Regards,
Andreas
Home |
Main Index |
Thread Index
|
|