Hello,
I don't know how to call a function using a form.
Example:
function update ();
{
query update msyql database w/ variables of the form.
}
form
- the reason i don't use a standard query is because i don't want the query to execute until i am ready to use it.
Thanks For The Help!
Jeff