Is there any way to pass variables to a new page without putting all of them in a query string?
I have a large form that the user must fill out. Then I want to move the info into a format easier to read ie. without text boxes and have the user verify this info before it is submitted to the...
I have a page for a mysql database that just lists everything in the database in a table. I want to be able to click on the column name and sort the table by that attribute. I know how to sort the database using mysql commands through PHP.
The Problem is I don't know how to call the PHP...
I have a form on a page at the bottom I have a checkbox to agree to some rules before the info is submitted to the db. At the top in the <? I Check if submitted and then check the status of the checkbox. If the checkbox has been checked then it proceeds if not a javascript alert appears...
I have a form on a php page with a form:
<form name="approve" action="<?php echo $_SERVER['PHP_SELF']; ?>" method="POST">
I agree to the terms and conditions of this Agreement:
<input type="checkbox" name="agree" value="ON"> <input type="submit" value="Submit">...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.