Ok. First of all, I am not even sure the thread name is an accurate description of my problem, but here goes:
I have a field within my MySQL db that contains a php variables.
The field is "text text text $phpvariable text text text";
I have a PHP scripts that query for that field.
What I want is when the script query for the field, the script can set, or change the value that $phpvariable is equal to.
so far, I can set it if i set $phpvariable = "something" BEFORE i query the database, but I cant set it AFTER.
Am I explainign the problem clearly?
Well, I hope so, any help is appreciated.
Thanks.