HTML gevorderde |
|
Maak van regel 23 eens dit
echo " <a style=\"text-decoration: none\" href='index.php?subgroep=".$aFetchGroepen['Id']."'><img width=\"7\" height=\"7\" border=\"0\" src=\"dot.jpg\"> dddddd".$aFetchSub['Naam']."</a><BR>";
echo " <a style=\"text-decoration: none\" href='index.php?subgroep=".$aFetchGroepen['Id']."'><img width=\"7\" height=\"7\" border=\"0\" src=\"dot.jpg\"> dddddd".$aFetchSub['Naam']."</a><BR>";
Wand je kreeg deze fout:
Citaat: Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ',' or ';' in /home/..../je_script.php on line 23
De fout was de volgende;
Citaat: ""dddddd".$aFetchSub['Naam']."
Zie voor die dddddd staan twee quote's die moest je verwijderen.
suc6 |