im new on php and mysql so i only knew the basics... i just want to know how to extract data from my database and put it on a textbox? i already tried mysql_fetch_array() but the problem is when there is a space in the data, it will not display... (example: $data = "My Php", when extracted from the database and inserted in a textbox it will look like this - $data = "My")...