Consider i am having a web page with a search field in it
When i give the following keyword and click search my design is breaking: Below is the keyword.
<table><tr><td>image asset</td></tr></table>
I used strip_tags
But it doesn’t helps. It only helps in the below case: That is no space between the keyword. If i give the below it’s working fine.
<table><tr><td>imageasset</td></tr></table>
What should i do to overcome this issue ?
Any idea will be helpful and grateful..
Thanks in advance..
You have some issue elsewhere.