~

'; // Se siamo in una pagina non nostra ecco le azioni da poter fare if ($creator !== $userid) { $query_segui = mysql_query("SELECT vip_fol FROM ".$database.".vip_follow WHERE vip_fol_uid='".$userid."'") or die (mysql_error()); $segui = mysql_fetch_array($query_segui) or die (mysql_error()); $segui = explode(',', $segui['vip_fol']); // Check if user is there in any relationship record if (in_array($pageid, $segui)) { echo ''; } else { echo ''; } } echo '
'; ?>

~ POST ~