Please read this question for clear understanding
As form.php is saving data to 2 different database table. In both the database the SNo is the Unique Column and is auto incremented. Everytime SNo is incremented and data is saved in that row. For a single data, SNo remains same in both the database table.
When data is saved successfully, form.php echo
Successfully Saved
I want to echo the SNo to which form.php just saved the data from any one of the database as SNo is same in both the database, as a reference number.
The message should be like this
Successfully Saved. You Reference No is ??
//What should be the code at ??
What should be the code for this ?
Aucun commentaire:
Enregistrer un commentaire