use the impload function also when you do $variable=mysql_query
variable is an array.
Chad Day wrote:
If I pull a string from a database like "blah blah2 blah3", how can I make this an array , with elements $blah, $blah2, $blah3? I can't remember/find the command to split that up..
Chad