I have 4 times applied on the page in my code ... mysql_query ("SELECT * FROM ...
$result = mysql_query("SELECT * FROM types WHERE `id`='$rrrr'",$db); $result4 = mysql_query("SELECT * FROM `aaaa`, `link` WHERE `link`.`article_id`='$page' AND `link`.`tags_id`=`tags`.`id`",$db); $result = mysql_query("SELECT * FROM types WHERE `id`='$rrrrr'",$db); $result = mysql_query("SELECT * FROM types WHERE `id`='$rrrrr'",$db);
Is it correct to write code like this? Will this code not slow down the loading of the page with a big visit?