is there anyway i can hold a variable a mysql database field.
eg. this bit of text is in the database
"hello, this is the database text."
and i put in somehow.
"hello $name , This is the database text"
with $name refering to a pre-defined variable.
One way i can think of is to put in an odd string into the text, such as |THEVAR| and then replace the charset using str_replace()
any other ideas?
thanks,
hugh