login  Naam:   Wachtwoord: 
Registreer je!
 Forum

fout in aanmaken van config.php

Offline kilian - 06/07/2007 18:28 (laatste wijziging 06/07/2007 18:30)
Avatar van kilianLid Bij onderstaande code krijg ik de volgende error:

Parse error: syntax error, unexpected '=' in C:\wamp\www\login\config.php on line 4

  1. $bestand_config = fopen("config.php","w"); //we gaan nu config.php aanmaken. 'w' betekent dat we er iets in gaan schrijven
  2. fwrite($bestand_config,"<?php\n");
  3. fwrite($bestand_config,"mysql_connect (\"".$_POST['host']."\", \"".$_POST['username']."\" , \"".$_POST['wachtwoord']."\");\n");
  4. fwrite($bestand_config,"mysql_select_db (\"".$_POST['databasenaam']."\");\n");
  5. fwrite($bestand_config,"$locatie = ".$_POST['locatie'].";");
  6. fclose($bestand_config); //nu sluiten we config.php weer


Als ik in hdet config bestand kijk, zie ik dat er geen $locatie staat. Hoe komt dit?

1 antwoord

Gesponsorde links
Offline Stijn - 06/07/2007 18:32
Avatar van Stijn PHP expert
  1. <?
  2. $bestand_config = fopen("config.php","w"); //we gaan nu config.php aanmaken. 'w' betekent dat we er iets in gaan schrijven
  3. fwrite($bestand_config,'<?phpn');
  4. fwrite($bestand_config,'mysql_connect ("'.$_POST['host'].'", "'.$_POST['username'].'" , "'.$_POST['wachtwoord'].'");\n');
  5. fwrite($bestand_config,'mysql_select_db ("'.$_POST['databasenaam'].'");\n');
  6. fwrite($bestand_config,'$locatie = '.$_POST['locatie'].';');
  7. fclose($bestand_config); //nu sluiten we config.php weer
  8. ?>
Mooier hé 
Gesponsorde links
Dit onderwerp is gesloten.
Actieve forumberichten
© 2002-2024 Sitemasters.be - Regels - Laadtijd: 0.194s