Results 1 to 5 of 5

Thread: MySQL/PHP error

  1. #1
    Hardcore Geek ziycon's Avatar
    Join Date
    Jan 2007
    Location
    Dublin
    Posts
    565
    Post Thanks / Like

    Default MySQL/PHP error

    I keep getting this error when i click the submit button on my form and cant figure out what the problem is, i've checked all the code and im stumped!
    Unknown column 'MARY' in 'field list'

  2. #2
    Cormac Moylan Cormac's Avatar
    Join Date
    Jan 2006
    Location
    Cork
    Posts
    1,263
    Post Thanks / Like

    Default

    you will need to tell us the php query and provide us with the db table to determine the error

    it looks like you're trying to post to a variable "Mary" but maybe the field should be user or name or something and the value should be mary?

  3. #3
    Hardcore Geek ziycon's Avatar
    Join Date
    Jan 2007
    Location
    Dublin
    Posts
    565
    Post Thanks / Like

    Default

    Got it sorted, jus a quick question, what do you put in PHP to make the DB auto increment on a new entry being added to the DB?

  4. #4
    Senior Member louie's Avatar
    Join Date
    Jan 2006
    Location
    Dublin, Ireland
    Posts
    2,423
    Post Thanks / Like

    Default

    you don't ask php to do that for.
    It's a setting in the database table to auto-increment the records by 1
    make sure the field is set as int then check the box that says auto-increment.
    :. Web Design & Development Web Design Ireland
    :. Search Engines Optimization Search Engines Optimization
    :. Car Parts & Accessories Car Parts
    :. Cars Ireland Cars Ireland
    :. I Have 2 Find It Directory SEF Directory

  5. #5
    Hardcore Geek ziycon's Avatar
    Join Date
    Jan 2007
    Location
    Dublin
    Posts
    565
    Post Thanks / Like

    Default

    I got it sorted, thanks, i was reading that there is a bug with MySQL 5 which caused my problem.

Visitors found this page by searching for:

http:www.irishwebmasterforum.comcoding-help1208-mysql-php-error.html

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •