A
|
alang 2/10/2008 |
We have a couple of similar situations where we want to add a new record with the default number being one more than the largest already in the database. Typically this would be done as follows:
|
J
|
jclout author 2/11/2008 |
I must be doing something wrong. |
A
|
alang 2/11/2008 |
You do need to declare $conn in each function you want to use it in at the beginning. ie |
J
|
jclout author 2/11/2008 |
Thanks for the help. I got it working now. |