i import a BLOB field into a HTML textbox for viewing. If I click edit and go to my edit.php page the text looks correct i.e.:
ibo transaction fixes:
a) fix to stop lock conflict problem on bills including client disbs.
b) should also solve the intermittent problem with credit notes missing vattransactions
if i view this data by going to display.php the text does not have any returns in and appears as one long line i.e.:
ibo transaction fixes: a) fix to stop lock conflict problem on bills including client disbs. b) should also solve the intermittent problem with credit notes missing vattransactions
i am using the same fetch code on both pages
<?php
while ($row = ibase_fetch_object ($result)) {
ibase_blob_echo($row->PROGRAMMERS_NOTES);
i am confused. any ideas how i can make the display page incorporate paragraph returns like the edit page does?