webref.eu Posted August 2, 2008 Share Posted August 2, 2008 Can someone explain this please: I have a password field in my form: <input type="text" name="txtPassword" size="10"> Which gets collected as follows: $Password=$_POST['txtPassword']; and then inserted into MySQL. If I input the following: testtest£ It appears in the database as: testtest£ Why is this happening? Many thanks all. Link to comment https://forums.phpfreaks.com/topic/117862-character-appearing-before-%C2%A3-sign-in-db/ Share on other sites More sharing options...
Barand Posted August 2, 2008 Share Posted August 2, 2008 Double post - locked Link to comment https://forums.phpfreaks.com/topic/117862-character-appearing-before-%C2%A3-sign-in-db/#findComment-606248 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.