i have a dynamic textbox displaying data from a php webpage which is connected to a mysql table. Now the problem i am facing is as follows:
1 - I cannot display symbols like & % ' etc flash just ignores the data after these symbols eg data=H & M flash displays = H.
I know why it exepts & but i need to get around the problem
2 - flash is displaying multiple line breaks Eg
Case 1:
Data = my name is sumaiya
Case 2:
data = my name
is sumaiya
In case1 flash is fine but in case2 it displays a line break whn there is no <br>++. I neeeed to get around this problem..... Please Help!!
1 - I cannot display symbols like & % ' etc flash just ignores the data after these symbols eg data=H & M flash displays = H.
I know why it exepts & but i need to get around the problem
2 - flash is displaying multiple line breaks Eg
Case 1:
Data = my name is sumaiya
Case 2:
data = my name
is sumaiya
In case1 flash is fine but in case2 it displays a line break whn there is no <br>++. I neeeed to get around this problem..... Please Help!!
Comment