Je moet ingelogd zijn om te stemmen.
verwijderd
<?php $data = mysql_query("SELECT * FROM adressenbestand ORDER BY id LIMIT " . $start . ", " . $max . "") or die(mysql_error); while($var = mysql_fetch_array($data)) { ?>
<?php$data = mysql_query("SELECT * FROM adressenbestand ORDER BY id LIMIT " . $start . ", " . $max . "") or die(mysql_error);while($var = mysql_fetch_array($data)) {?>
<? $data = mysql_query("SELECT * FROM adressenbestand LIMIT " . $start . ", " . $max) or die(mysql_error()); while($rows = mysql_fetch_assoc($data)) { // gegevens kan je aanroepen met: // echo $rows[0] of $rows['naamSqlVeld'] } ?>
<?$data = mysql_query("SELECT * FROM adressenbestand LIMIT " . $start . ", " . $max) or die(mysql_error());while($rows = mysql_fetch_assoc($data)) { // gegevens kan je aanroepen met: // echo $rows[0] of $rows['naamSqlVeld']}?>
<?php if(!$iets = mysql_query()) { echo 'Er ging iets fout'; }
<?phpif(!$iets = mysql_query()){ echo 'Er ging iets fout';}
<?php if(!$query = mysql_query()) { echo "Er ging iets fout! MySQL retourneerde: ".mysql_error().""; } else { // voortzetten } ?>
<?phpif(!$query = mysql_query()){ echo "Er ging iets fout! MySQL retourneerde: ".mysql_error()."";}else{ // voortzetten}?>