Hello,
I developed a php script to take info from post and insert it in a table in mySQL db. Everything works fine, BUT only once!
I click post and it works, then I try post again but it wont get the second post. However, if I delete the first post from phpMyAdmin and try then it works. So I can have like 1 entry max there?
ps: I use CURDATE() and CURTIME() to fill some fields btw, dunno if it matters.
Thanks
I developed a php script to take info from post and insert it in a table in mySQL db. Everything works fine, BUT only once!
I click post and it works, then I try post again but it wont get the second post. However, if I delete the first post from phpMyAdmin and try then it works. So I can have like 1 entry max there?

ps: I use CURDATE() and CURTIME() to fill some fields btw, dunno if it matters.
Thanks