Hi,
I tried to store resources #id at a mysql database. At the field for example is stored Resource #id 3 (Field type VARCHAR).
Then I pass a select query and add the result to an array or a variable.
But when I try to use the resource #id I get the PHP Warning message "expects parameter 1 to be resource, string given".
I think this happens because mysql stores the resource as string.
I tried to serialize before I add the resource to mysql but it didn't work.
Do you know how can I store resources to mysql ???
Thank you !!!