08-21-2017, 12:38 PM
Ok. So.... you don't want to put the user id etc in as hidden fields, because people can technically go into the browser and change those things. You should do those in post.
I'm still working on your code, but are you actually getting a db error? I never use the $db->error thing. Is the form inserting into the db?
And just to be clear:
1. Is your table name ad-studio
2. What column type in the database did you use for that date field. Is it date or varchar?
I'll keep looking at your code.
I'm still working on your code, but are you actually getting a db error? I never use the $db->error thing. Is the form inserting into the db?
And just to be clear:
1. Is your table name ad-studio
2. What column type in the database did you use for that date field. Is it date or varchar?
I'll keep looking at your code.