![]() |
Sergey Kornilov admin 5/21/2014 |
Not sure what default value do you mean. Please elaborate. |
M
|
minaras author 5/21/2014 |
Not sure what default value do you mean. Please elaborate.
|
![]() |
Sergey Kornilov admin 5/21/2014 |
Like this? $sql = "INSERT INTO AnotherTable (name, email, age, type) values ('Bob Smith', 'bobsmith@gmail.com', 32, 'expense')"; |
M
|
minaras author 5/21/2014 |
Like this? $sql = "INSERT INTO AnotherTable (name, email, age, type) values ('Bob Smith', 'bobsmith@gmail.com', 32, 'expense')";
|
![]() |
Sergey Kornilov admin 5/21/2014 |
Sorry, I just don't follow. My example shows how you can insert a record into another table using some values that are not on the form. |
M
|
minaras author 5/21/2014 |
Sorry, I just don't follow. My example shows how you can insert a record into another table using some values that are not on the form.
|
M
|
minaras author 5/23/2014 |
global $conn; |