Hit all, I have a question. I am working on a part inventory program for
work. I'm writing it in PHP4. I got the connection ok, the form ok and
all that. My problem came when I went to do the insert. I did INSERT
INTO table VALUES 'val1', 'val2'  etc well when I ran the page, it gave
me a query error, no worries, I took the query and went to the db
server, and it pitched a fit about it there. It's putting the ` instead
of the '  We found I had a row called ID which was what we thought the
problem was, so I dropped the table and made a new one, and on the
insert is demanding the ` I want to know what. There is another couple
of pages we have running that is using the ' like every php and mysql
book I have say to use. Any Ideas or suggestions will be appreciated. 

Paul


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to