Ok...
Version 1.2 is working, as far as the php goes...
http://www.thelyceum.org/forum/guessword.php
There is the problem...
I cannot get the input form to appear...
I am using the variable $guess to call up the gg_guessword_guess template, which contains :
Code:
<form method="POST">
Type your guess here: <br>
<input type="text" name="guess" value="$yourguess">
<input type="hidden" name="num_triesgw" value="$num_triesgw">
<input type="submit" value="Submit">
</form>
I tried, as you can see, to add another variable, $yourguess, to the mix, which calls the template gg_guessword_guessbit. That contains :
The other variables are working as far as I can tell, but how do I make the input form appear on the template?
Satan