I’m having a problem with inserting info into a database. I know it has to be something easy like I’m missing a ’ or something. I’ve been looking at tutorials and trying all different kinds of things but keep getting the ‘or die’ message after the query. Anybody got an idea?
BTW - I won’t get as intense as last post…eh?
No. That script sends me (numerous) emails so the php script is working, but nothing ever gets inserted into my db. I do have four fields in the database, but I don’t have to name them all in the query, do I?
You’ll have to pardon me, my PHP is so new, it’s still in the wrapper.
If I had in my create table script that I used that one of those fields is ‘userID’ and it’s on auto-increment, do I still have to input something? My guestbook one (that works fine) adds in four zeros in that space. I tried that to no avail!! Drat. Any ideas about that? I’m gonna try a few hundred more times tonight…
I’m an idiot. So, have you heard about that silly little ‘case sensitivity thing’ that UNIX has goin’?
Yeah, well I guess using userID and userPassword was a bad idea. I thought of that and tried to enter my password into mysqladmin with one capitol letter. He didn’t recognize me.
So we all learned a very valuble lesson. don’t ever use capitol letters again (unless is AS :P)…
Once again - thank you Digital - VICTORY IS OURS!!