Exemple #1
0
						<option value="I">I</option>
						<option value="O">O</option>
						<option value="U">U</option>
					</select>
					
					<br />
					
					<input type="submit" value="Send" />
				</form>

				<?php 
include_once './includes/chars.php';
global $message;
echo "You typed: " . $message;
$wordToDraw = array();
for ($i = 0; $i < strlen($message); $i++) {
    array_push($wordToDraw, $message[$i]);
}
drawWord($wordToDraw, "rainbow");
?>
			</div>

			<footer>
				<p>
					All Rights Reserved &copy; Copyright  by Richard Ciampa
				</p>
			</footer>
		</div>
	</body>
</html>
Exemple #2
0
	<body>
		<div id="wrapper">
			<h4 align="center">Styles: Edge, IE 11 & Firefox on Linux</h4>

			<?php 
$lineOne = array("K", "E", "E", "P");
$lineTwo = array("O", "N");
$lineThree = array("m", "O", "v", "I", "n", "g");
echo "<div class='container'><div class='wordOne'>";
drawWord($lineOne, "orange");
echo "</div></div>";
echo "<div class='container'><div class='wordTwo'>";
drawWord($lineTwo, "random");
echo "</div></div>";
echo "<div class='container'><div class='wordThree'>";
drawWord($lineThree, "rainbow");
echo "</div></div>";
?>
			<h2 align="center">Missing letters were not found on 
			    <a target="_blank" href="https://github.com/cst336/lab2_includes/blob/master/ledBoard.inc.php">GitHub</a></h2>
			    <h4 align="center">
			    	<a href="https://github.com/cst336/lab2_includes/commit/6af0afb8cd0cdc90fb119077742ef8da3ccc8fd8"
			    	   target="_blank" title="view my commit">
			    	 My assigned letter for GitHub was: H
			    	 </a>
			    </h4>
			 
			<!-- Footer section -->
			<footer>
				<hr />
				<figure >