[SOLVED] Multiple Page Forms (more than 2 page) |
7/17/2010 6:43:09 PM |
PHPRunner General questions | |
J
jansgroup author
continued from: http://www.asprunner.com/forums/topic/14431-multiple-page-forms/ |
|
![]() |
Sergey Kornilov admin 7/18/2010 |
I would suggest to save mysql_insert_id() to session variable and use this session variable to build redirect URL. $_SESSION["myid"] = mysql_insert_id();
header("Location: SecondTable_edit.php?editid1=".$_SESSION["myid"]); |
J
|
jansgroup author 7/26/2010 |
I would suggest to save mysql_insert_id() to session variable and use this session variable to build redirect URL. AfterRecordAdded event: $_SESSION["myid"] = mysql_insert_id();
header("Location: SecondTable_edit.php?editid1=".$_SESSION["myid"]);
|
![]() |
Sergey Kornilov admin 7/27/2010 |
Hard to tell what might be wrong without seeing your code. |
J
|
jansgroup author 7/28/2010 |
Hard to tell what might be wrong without seeing your code. I recommend to post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program.
|
J
|
jansgroup author 7/28/2010 |
Im honestly not sure that will help, this issue seems to be related almost entirely to the iPhone.
|