Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
PHP help
i need this
markupecho "<tr><td><center><a href=edit.php?Item=" . $row['Item'] . ">" . $row['Item'] . "</center></td>";
to look like this
markupecho "<input type='button' name='whatev' OnClick='goto a page'>
plz and thank you, and let me know if i need to clarify that
i got a little farther
echo "<input type='button' value='$easy' onclick=window.location='edit.php?Item=$easy'>";```
i got it to go without errors, but i cant get the variable to come up in the address bar, or in the button
and i prefer not to use a submit button