Here is the html code ive done,
<html> <div id="entryform"> <form method="GET" action="phpprogram.php"> <label for="option1"></label><input type="checkbox" name="option1" value="A"> A<br /> <label for="option2"></label><input type="checkbox" name="option2" value="B"> B<br /> <label for="option3"></label><input type="checkbox" name="option3" value="C"> C<br /> <label for="option4"></label><input type="checkbox" name="option4" value="D"> D<br /> <label for="option5"></label><input type="checkbox" name="option5" value="E"> E<br /> <br /> <input type="submit" name="submit" value="Show Letters" /> </form> </div> </html>
The php i haven't started because im really not sure how to do this. Many thanks if someone can get me started and show me how i would do this.


Sign In
Create Account


Back to top









