PHP Tutorial: Blog(Including commenting)
Posted: Wed Jun 20, 2012 4:35 pm
Hey guys,
I have a problem concerning this tutorial,too, so is it okay to use this thread?
My problem is that blog_list.php says:
Can you see the mistake? probably you do
please excuse my awful english and best regards from cologne!
I have a problem concerning this tutorial,too, so is it okay to use this thread?
My problem is that blog_list.php says:
Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\blog\core\inc\posts.inc.php on line 38literally a thousand times before saying:
Fatal error: Maximum execution time of 30 seconds exceeded in C:\xampp\htdocs\blog\core\inc\posts.inc.php on line 38the concerend line in posts.inc.php is:
while (($row=mysql_fetch_assoc($posts)) !== false){ // <- this line
$rows[]=array(
'id' =>$row['id'],
'title' =>$row['title'],
'user' =>$row['user'],
'date' =>$row['date'],
'preview' =>$row['preview'],
'total_comments'=>($row['total_comments']===null) ? 0: $row['total_comments'],
'last_comment' =>($row['last_comment']===null) ? 'never': $row['last_comment']
);Can you see the mistake? probably you do
please excuse my awful english and best regards from cologne!