Jump to content

add text at the end of a BLOB/text field


dflow

Recommended Posts

  Quote

concatenate it upon output, post the relevant code.

I did that before with a php loop,

i was wondering if there is a way to recognize the end of the concatenated textfield to

change and add to the end part inside mysql

example:

TEXT1(<BR> at the end)+TEXT2(<BR> at the end)

 

-->

NEWTEXT(<BR> at the end)

update [table_name] set [NEWTEXT] = replace([NEWTEXT],'[<BR>]','[<BR> New Title]');

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.