Hi all,
When i type http://localhost/syslog/index.php in my browser the following errors comes up.
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /www/htdocs/web/index.php on line 35
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /www/htdocs/web/index.php on line 53
All logs from syslog-ng are logged to mysql (database syslog and table logs).
I have defined in db_fns.php
$result = mysql_pconnect("", "", "");
becauz when i write mysql on shll in connects directly.
Could someone can help me... thanks