J
|
Jane 8/13/2007 |
Hi, |
M
|
magikroom author 8/13/2007 |
Hi, I'm not sure that I understand you correctly. When you fill form on the add page and save, all data is written to the database.
|
J
|
Jane 8/14/2007 |
Hi, global $conn; $str = "select max(FieldID) as number_of_records from TableName"; $rs = db_query($str,$conn); $data = db_fetch_array($rs); if ($data["number_of_records"]>100) return false; else return true; |