Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~149 People Reached
Favorite Forums
Favorite Tags
php x 3
Member Avatar for bwolfy

Here is the HTML [code] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Food Order Form</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> </head> <body> <h1>A Chinese Dinner!</h1> <form name="dinner" action="wolfram0302.php" method="get"> <table border="6" cellspacing="1" width="600"> <tr> <td>First Name:<input name="first" /> Last Name: <input name="last" /> </td><br /> </tr> <tr> …

Member Avatar for nathenastle
0
149