Hey :-) I'm sorry to have to ask such a question, but I've looked and looked and for some reason cannot find the answer I'm looking for.
I am having a problem populating input fields from the my database.
I have a World Record listing that has an admin mode to edit the ever-changing records. When the admin is logged in it shows certain fields(like the name and record) as editable text boxes.
The problem is that only the first word from the string is displayed and if I choose to just edit the record and not the name(and don't re-fill the person's last name in) the record gets updated with the first name only 🙁 When not in admin mode, everything displays in full as it should.
So, is there something like addslashes or some function that I need to do to the string before it will display the whole thing?
Did I do a really poor job of trying to explain that?
any and all help is greatly appreaciated. Thank you.
Dizzy00