There will be such an easy answer for this but if I have a form which asks the user to delete an entry or not, how do I pass Yes/No into the form string?
PHP Code:echo "<form name =\"form1\" method=\"post\" action=\"forums.php?delete_entry=(how to add yes/no here)\">
Do you want to delete this entry?<br>
<input type=\"submit\" value=\"Yes\">
<input type=\"submit\" value=\"No\">
</form>";




Reply With Quote