Hi there,
I have a strange (for me) problem with a php script running on win2k and
apache.
 
I have to query a MySQL db. I use a database abstraction class.
When I call the method query or connect or fetch_array everything works
fine. When I try to use the fetch_object method, I get the following error:
 
Fatal error: Call to undefined function: fetch_object() 
 
I tried to use the mysql_fetch_object() functions instead of using the class
but I get this error:
 
Fatal error: Call to undefined function: mysql_fetch_object() 
 
Why I can use the fetch_array and not the fetch_object? any idea please?
 
thx
 
</Flaudio>
I'm a street walking cheetah with a heart full of napalm
I'm a runaway son of the nuclear A-bomb
I am a world's forgotten boy
The one who searches and destroys

 

Reply via email to