I've made an admin page where I put in some data (like object name, category, subcategory, photo etc.) and with a script php+mysql I actually succeed to add this data in my database, but after that when i do select by the name of the object i just added, nothing is returned! The strange thing is that this happens only if I select the name, but with all other data it works! How is this possible when I can see that this name is in database, but it doesn't show when it's selected?? Can this do with the fact that the text in my database is in latin1_swedish_ci collation ??