Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IMA MAD!
#1
(Nubered)
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 Sad
Oh.

I just had two include's on t hat file

my bad XD
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)