[snip]
This is where the var's $list and $additional_letters are filled. The
file
is called hangman.php. I want to open this file, put the words into a
html
file so that someone can change them and write them back. That's it.
[/snip]

is it out of the question to store the values in ther own separate
files. so :
BUITENSPEL STAAN
IEMAND BUITENSPEL ZETTEN
BLOED AAN DE PAAL WILLEN
ELKAAR DE BAL TOESPELEN
DE BAL IS ROND
DE BAL TERUGSPELEN
OP HET VERKEERDE BEEN ZETTEN
IN EIGEN DOEL SCHIETEN
VOOR OPEN DOEL SCOREN
VOOR OPEN DOEL MISSEN
GELE KAART
KRIJTLIJNEN TREKKEN
EEN SCHOT VOOR OPEN DOEL
VLIEGENDE KIEP
EEN VOORZET GEVEN
AAN DE ZIJLIJN STAAN
AFFLUITEN
BOBO
EEN-TWEETJE
NATRAPPEN
PANIEKVOETBAL
PATATGENERATIE
TACKELEN

is in one file and :
-.,;!?%&0123456789

is in another file, then php opens those 2 files to get the values for
the variables.  I would think that would be a lot easier than trying to
edit the php file.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to