Beste Sitemasters.
Het zou fijn zijn als julliemijn kunnne helpen met mijn fout
Dit is de fout:
Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in /home/speeluur/public_html/portfolio.php on line 78
Dat heb ik geprobeerd en nu krijg ik deze fout
Parse error: syntax error, unexpected T_WHILE in /home/speeluur/public_html/portfolio.php on line 78
Alvast bedankt
<?php
include("config.php");
$sql = mysql_query("SELECT * FROM portfolio ORDER BY id DESC"); //gegevens uit de MySQL tabel halen
die(mysql_error())
while($show = mysql_fetch_object($sql)) {
//...
}
<?php
include("config.php");
$sql=mysql_query("SELECT * FROM portfolio ORDER BY id DESC");//gegevens uit de MySQL tabel halen
Heb alles aangepast maar nog steeds fout
Deze fout is het
Parse error: syntax error, unexpected T_WHILE in /home/speeluur/public_html/portfolio.php on line 75
Hier weer voor 2de x code xd