Hi
I tried the snippit of scritpt and only got the first letter in the db cell
If I inserted array('hello','Good to see you Today'); into a db cell
and called it later with a select call can I have it equal to a varriable as in
$a = mysql_result("$result");
which I assume would be the same as once $a is called it
$a = array('hello','Good to see you Today');
however
it is not treated as a array function it is rather treated as string.
Am I able to force this string to become an understood function.
If not then how can I get to this way having a script understand the passing script is a array function. Do I have to temp page created.
Tom
Thanks