I have insert some text with space to mysql DB with varchar() When I use mysql_fetch_array function to retrieve the data from DB . I found only the first session text can be shown . It means if any space there . It will split like session by session. for example. my DB have a text "Hello World" , It can retrieve only "HELLO" by using mysql_fetch_array .
could anyone help me ? thanks ..