Hi everyone
I'm trying to extract an address in three lines. But its giving it to me in one line. I'm creating a pdf form using mysql and php.
e.g: 252 westend drive Sommerset west 0185
I don't want it like this.
252 westend drive
Sommerset west
0185
I want it like this
$data [++$counter] = $row ["parent1_cell"];
$border[$counter] = "LR";
this is were the information is extracted.
Thanks