J
|
Jane 9/28/2007 |
Lisa, |
L
|
Lisa2006 author 9/28/2007 |
Lisa, it's difficult to tell you what's happening without seeing actual files. Please publish your project on Demo Account and post a URL to your pages here or send it to [email=support@xlinesoft.com]support@xlinesoft.com[/email] along with instructions on reproducing this error. I'll find what's wrong with your project inspecting it at Demo account site. |
L
|
Lisa2006 author 9/28/2007 |
I have uploaded files to demo account |
J
|
Jane 9/28/2007 |
Lisa, global $conn; if ($oldvalues["checkpopulate"]== null) { $strSQLInsert = "insert into supplier_info (email, company, country) values('".$values["email"]."','".$values["company"]."', 'Germany')"; db_exec($strSQLInsert,$conn); $strSQLInsert = "insert into supplier_info (email, company, country) values('".$values["email"]."','".$values["company"]."', 'France')"; db_exec($strSQLInsert,$conn); $strSQLInsert = "insert into supplier_info (email, company, country) values('".$values["email"]."','".$values["company"]."', 'Sweden')"; db_exec($strSQLInsert,$conn); $values["checkpopulate"] = "1"; } else { $values["checkpopulate"] = "1"; } return true; |
L
|
Lisa2006 author 9/28/2007 |
Lisa, try to use this code: |
L
|
Lisa2006 author 9/28/2007 |
Jane, |
L
|
Lisa2006 author 10/1/2007 |
Following on from my original request, I have the following problem.
|
J
|
Jane 10/2/2007 |
Lisa, |