(Nubered)
Error: Fatal error: Cannot redeclare q_log() (previously declared in /home/roperson/public_html/api.php:15) in /home/roperson/public_html/api.php on line 20
PHP is failing me now
Oh.
I just had two include's on t hat file
my bad XD
Code:
15:function q_log($txt)
{
$log=fopen("log.php", "a");
fwrite($log, "phpQuery.$txt<br>");
fclose($log);
20:}
Error: Fatal error: Cannot redeclare q_log() (previously declared in /home/roperson/public_html/api.php:15) in /home/roperson/public_html/api.php on line 20
PHP is failing me now
Oh.
I just had two include's on t hat file
my bad XD