[PHP-WIN] is_integer()

2002-03-21 Thread Claudio Fedel
Hi there, I have to check if a variable in querystring is integer or not. I tried is_integer($varname) but it doesn't return anything.. The value of variable in querystring is 3 any idea?

[PHP-WIN] mysql_fetch_object() error

2002-03-05 Thread Claudio Fedel
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