include "header_cod.php"; $get_page1=mysqli_query($linkdb,"SELECT * FROM illy_page where p_id=1"); $tit=''; $desc=''; $key=''; $zag=''; $num_page=mysqli_num_rows($get_page1); if($num_page) { if(mysqli_result($get_page1,0,'title_title')) $tit=mysqli_result($get_page1,0,'title_title'); if(mysqli_result($get_page1,0,'h1_h1')) $zag=mysqli_result($get_page1,0,'h1_h1'); if(mysqli_result($get_page1,0,'description_description')) $desc=mysqli_result($get_page1,0,'description_description'); if(mysqli_result($get_page1,0,'keyword_keyword')) $key=mysqli_result($get_page1,0,'keyword_keyword'); $txt= mysqli_result($get_page1,0,'page_text'); } ?>
| include "left_inc.php";?> |
echo $zag;?>echo $txt;?> |
include "right_inc.php";?> |