I'm having trouble with my code and it barfs on the last line I have
included the lines before it are below
$histid = $_GET["histid"];
$sql = "select * from main_hist where histid = '$histid'";
$result = mysql_query($sq l);
$r = mysql_fetch_arr ay($result)
$maint_done = $r["maint_done "];
does anyone see anything wrong with this or do I need to include more of
the code.
Aaron
included the lines before it are below
$histid = $_GET["histid"];
$sql = "select * from main_hist where histid = '$histid'";
$result = mysql_query($sq l);
$r = mysql_fetch_arr ay($result)
$maint_done = $r["maint_done "];
does anyone see anything wrong with this or do I need to include more of
the code.
Aaron
Comment