Status
Not open for further replies.

louie

New Member
that's your problem.
run a replace function
PHP:
str_replace(array("&lt;br&gt;","&lt;br &gt;","&lt;br /&gt;"),"<br />",$string);
and that should sort out your problem
 

ziycon

New Member
You are a genius louie, fair play to you, its working perfect now after so long of messing around, really appreciate the help, i owe you one man!
 
Status
Not open for further replies.
Top