ja wie sollte der code dann aussehen
weiß nun gar nix mehr
weiß nun gar nix mehr
echo("<table cellpadding=\"0\" width=\"95%\"><tr>");
$codetreffercode=0;
$query2="SELECT
<br>*
<br>FROM
<br>$sitetable45 (user_data)
<br>Where siteid='siteid'
<br>and code='1'
<br>and bild !=''
<br>and bild !='$keins'
<br>and bildsehen='0'
<br>ORDER BY date DESC
<br>LIMIT 0,4";
$result2=mysql_db_query($dbname,$query2,$conn) or die(mysql_error());
while($date=mysql_fetch_array($result2))
OffTopic:
das wird 'ne super schwere Geburt
echo("<table cellpadding=\"0\" width=\"95%\"><tr>");
$codetreffercode=0;
echo$query2="SELECT \n
* \n
FROM \n
$sitetable \n
WHERE STR_TO_DATE(letzterlogin,GET_FORMAT(DATE,'EUR'))=CURDATE() \n
and code='1' \n
and bild !='' \n
and bild !='$keins' \n
and bildsehen='0' \n
ORDER BY siteid DESC \n
LIMIT 0,4";
$result2=mysql_db_query($dbname,$query2,$conn) or die(mysql_error());
while($date=mysql_fetch_array($result2))
echo("<table cellpadding=\"0\" width=\"95%\"><tr>");
$codetreffercode=0;
echo$query2="SELECT
*
FROM
$sitetable
WHERE STR_TO_DATE(letzterlogin,GET_FORMAT(DATE,'EUR'))=CURDATE()
and code='1'
and bild !=''
and bild !='$keins'
and bildsehen='0'
ORDER BY siteid DESC
LIMIT 0,4";
$result2=mysql_db_query($dbname,$query2,$conn) or die(mysql_error());
while($date=mysql_fetch_array($result2))
Kommentar