Results 1 to 2 of 2

Thread: int unsigned type mismatch

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2006
    Posts
    3

    Unhappy int unsigned type mismatch

    hello ,


    In PHP I took a field in database as INT UNSIGNED
    I am running many queries based on this field in my script
    The problem is that it is running fine on localhost
    but when uploaded to web server its not working.
    sql statement is not fetching row, i think the field
    is working as string because when i changed the field
    to VARCHAR its working.
    also i am adding 1 to this field without typecasting
    it as INT it is working

    please help me out. if someone have any suggestions, please help me ..
    thanks
    ankur bhatnagar

  2. #2
    <?="Moderator"?> john tindell's Avatar
    Join Date
    Jan 2002
    Location
    Brighton, UK
    Posts
    1,099

    Re: int unsigned type mismatch

    Do you have any code, or error message displayed?

Posting Permissions

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



Click Here to Expand Forum to Full Width