Jump to content

Changing text called out from a DB?


Mr Chris

Recommended Posts

The 'problem' is that somehow the display script needs to know that "this_is_important" is just plain text but another case of "this_is_important" happens to be a variable string so it should be changed to THISISIMPORTANT.

Presumably, you already know which bits of text are just text and which bits are actually variables, so instead of echo $banana you would need to echo clean($banana).

Does that help?

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.