Cod: Selectaţi tot
<LINK REL="StyleSheet" HREF="http://nebunie2012.hi2.ro/id/id/style_baieti.css" TYPE="text/css">
<?php
include('conectare.php');
$sql = mysql_query('SELECT * FROM iduri');
$sq2 = mysql_query('SELECT * FROM iduri WHERE categorie = "baieti"');
$sq3 = mysql_query('SELECT * FROM iduri WHERE categorie = "fete"');
$totaliduri = mysql_num_rows($sql);
$totalbaieti = mysql_num_rows($sq2);
$totalfete = mysql_num_rows($sq3);
?>
<title>Id-uri, Id-uri fete, Id-uri baieti, Iduri</title>
<body bgcolor="#ffffff" topmargin="0" background="http://nebunie2012.hi2.ro/id/id/images/fundal.gif">
<?php
include('header.php');
?>
<center><table width='691' style='border: 0px solid #ffffff' BGCOLOR='#ffffff'>
<tr>
<td align='center' width='691' style='border: 0px dashed #ffffff'BGCOLOR='#d2efff'>
<?php
include('indexbaieti.php');
include('indexfete.php');
include('vizitati.php');
?> </td>
</tr>
</table></center>
</tr>
<?php
echo'
<center><table width="691" style="border: 1px solid #ffffff" BGCOLOR="#d2efff">
<tr>
<td align="center" width="691" BGCOLOR="#d2efff">
<b><center><font color="000000">Total ID-uri: '.$totaliduri.' | <a href="http://nebunie2012.hi2.ro">Site Oficial by</a> | <a href="http://nebunie2012.hi2.ro/forum">NebuniE2012 / id Forum</a> </font></center></a>
</td>
</tr>
</table></center>';
?>
<?php
include('linkuri.php');
?>