How to insert data in PHP without the extra character 'Â'

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • agarwalsunitadhn
    New Member
    • Jan 2008
    • 82

    How to insert data in PHP without the extra character 'Â'

    I am developing a web application using PHP and Mysql. whenever i insert the data in database every string containg an extra character  at start. like if i have to insert 'ABC' then it will insert ' ABC'.
    I donot understand why this problem occurs. IF you have any solution then please suggest.
    Thanks
  • sidhx
    New Member
    • Dec 2009
    • 50

    #2
    show ur code...

    Comment

    • Dormilich
      Recognized Expert Expert
      • Aug 2008
      • 8694

      #3
      is this extra character resulting from the data in the DB (faulty insert)? it looks like there may be a character set problem.

      Comment

      Working...