Posts: 1,832
Location: Somewhere else entirely
|
If you put it into the database, it gets treated as a string, and won't be expanded as a variable. Probably best way round this is to put into the database some special string like <<salutation>>, or just anything that you are unlikely to type elsewhere, then your script can search for this and replace it with the greeting of your choice.
__________________
UPDATE 0beron SET talkupation = talkupation + lots WHERE post = 'helpful';
Please login or register to view this content. Registration is FREE (aka MSN handwriting for forums)
|