frozenpeas
Technical User
My form data is not being passed to my pages.
---
---
and
which is where I've narrorwed things down to - $entry is empty. frozenpeas
Code:
<form action="form_edit_record.php" method="post" name="form" id="form">
Code:
echo '<input type="radio" name="entry" value="'.$row['id'].'" onFocus="if(this.blur)this.blur()"></font></td>';
and
Code:
$query = mysql_query('SELECT * FROM cecil_service WHERE id = '.$entry) or die ('Could not query database. '.mysql_error());
which is where I've narrorwed things down to - $entry is empty. frozenpeas