Forum: PHP Dec 14th, 2008 |
| Replies: 9 Views: 740 Ok, I'll try that.
Thanks for taking the time to look at it.
Mike |
Forum: PHP Dec 12th, 2008 |
| Replies: 9 Views: 740 It didn't make a difference.
<html><a href="http://10.49.5.99/">Home </a><br><br>
<BODY BGCOLOR="EED6AF">
</html>
<?php
$con = mysql_connect("localhost","root","");
if (!$con)
{ |
Forum: PHP Dec 12th, 2008 |
| Replies: 9 Views: 740 Here's the form code (to-web.php):
<html>
<body>
<a href="http://10.49.5.99/">Home </a>
<BODY BGCOLOR="EED6AF">
<h2><FONT COLOR="#FF0000">Discipline-Praise-Tardy-Absence-Form</FONT></h2>
... |
Forum: PHP Dec 12th, 2008 |
| Replies: 9 Views: 740 I have the correct code on my computer, but doesn't work properly as noted above. |
Forum: PHP Dec 12th, 2008 |
| Replies: 9 Views: 740 OH JEEZE, I had to leave and didn't have time to check it.
I'm sorry.
&tardy should be $student.
I'm such a dummy |
Forum: PHP Dec 12th, 2008 |
| Replies: 9 Views: 740 Hi
(In my php form, i'm getting a bunch of data to Mysql, all of which is working correctly except id and name. id and name are fed from Mysql to the form.)
Here's the problem area:
I'm... |