bradkenyon
04-23-2008, 02:43 PM
i need an if statement to see if the form was submitted.
in php i'd do a if($_POST)
so it'd see if it was posted, if so then get the results, if not, then display the form.
i basically want this...
if form submitted
get results
else
display form
in php i'd do a if($_POST)
so it'd see if it was posted, if so then get the results, if not, then display the form.
i basically want this...
if form submitted
get results
else
display form