Quote:
Originally Posted by CrossUSAAF
I Know, but how to print that out as a string, like it does in phpMyAdmin? Lets say I Have "1339843" as integer and I Change it to a string in SELECT query, how I Get that out, e.g "2014-01-04 00:00"? I Need to store that to variable, but how to?
|
Then use cache_get_row and store it to a temporary or a global variable (array).