Gurus,
I am fetching an array from an Oracle database . I get the following
warning message for a particular set of results only .
------
<b>Warning</b>: Can only count STRING and INTEGER values! in
<b>/tmp/myscript.php</b> on line <b>36</b><br>
------
The line 36 as mentioned in above warning has array_count_values function used
on it .
I am running php script as a cron job. Also the resultant html file shows
accurate results.
Any ideas why and when does this warning comes up???.
thanks in advance,
~R
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]