Hi Everyone,
I'm new to PHP freaks, and I'm hoping someone might be able to help me. I have written some code for a html page and used php to retrieve confirm whether or not data is in a text file. I also tried to write some code to insert the data supplied to my html page to the text file but it's not working. Can someone help me figure out what my issue is.
I have attached my text file, and my php code as well. Below you'll find the code I used for my html page.
Thank you for all your help,
Phee
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Telephone Directory</title>
</head>
<body>
<form action='SignGuestBook.php' method='post'>
<h1>Sign Guest Book</h1>
<hr>
<br>
<table align='Left'>
<tr>
<td>Name: </td>
<td><input name='name' /></td>
</tr>
<tr>
<td>E-mail: </td>
<td><input name='email' /></td>
</tr>
<tr>
<td><input type="submit" value='Sign' /></td>
<td><input type="reset" value='Reset Form' /></td>
</tr>
</table>
<h3></h3>
<br>
<h4></h4>
<br>
<h5></h5>
<br>
<h6></h6>
<br>
<h7></h7>
<br>
<hr>
<a href="http://helios.ite.gmu.edu/~smohamu2/IT207/Lab%20Assignment%208/AddNew.html">View Guest Book</a>
</form>
</body>
</html>
[attachment deleted by admin]