login  Naam:   Wachtwoord: 
Registreer je!
 Forum

FCKeditor fout (Opgelost)

Offline janwillem117 - 22/12/2008 23:07 (laatste wijziging 22/12/2008 23:34)
Avatar van janwillem117Nieuw lid ik volg een tutorial op http://www.easy...l-database/
en ik heb gedaan wat ze zeiden enzo maar als ik het upload en uitprobeer (wat ze na 10:30 doen)
krijg ik de volgende fout:
Parse error: syntax error, unexpected T_IF in /storage/mijndomein/users/107932/public/sites/www.janwillem-117.nl/yourpage.php on line 17

dit is mijn yourpage.php:
  1. <?php function nukeMagicQuotes() {
  2. function stripslashes_deep($value) {
  3. $value = is_array($value) ? array_map('stripslashes_deep', $value) : stripslashes($value);
  4. return $value;
  5. }
  6. $_POST = array_map('stripslashes_deep', $_POST);
  7. $_GET = array_map('stripslashes_deep', $_GET);
  8. $_COOKIE = array_map('stripslashes_deep', $_COOKIE);
  9. }
  10. }
  11. ?>
  12. <?php nukeMagicQuotes(); ?>
  13. <?php
  14. // Connect to the database
  15. $cnx = mysql_connect("localhost", "zegikniet", "zegikniet")
  16. if (!$cnx) {
  17. die("Unable to connect to database!");
  18. }
  19.  
  20. // Select your database
  21. mysql_select_db("zegikniet", $cnx);
  22.  
  23. // Get data from the database
  24. $query = mysql_query("SELECT data FROM fck_data WHERE id = 1");
  25. $data = mysql_fetch_array($query);
  26. ?>
  27.  
  28. <!-- This is where the content from your database is displayed
  29. we are telling the database to display the content from the field in
  30. the database called data -->
  31. <div>
  32. <?php echo $data[data]; ?>
  33. </div>

wat is er fout?

1 antwoord

Gesponsorde links
Offline Aar - 22/12/2008 23:38
Avatar van Aar PHP interesse Missende ; op regel 16.
Gesponsorde links
Dit onderwerp is gesloten.
Actieve forumberichten
© 2002-2024 Sitemasters.be - Regels - Laadtijd: 0.188s