I need this ASP form submission explained to me. Then I need to convert it to PHP.
Any help is appreciated.
Here's the code
<form action=startloandb.asp?session=&LeadTypeID= name=lion1003 method=post onSubmit="return DataValSubmit('startloan')">
Do I need to create a session? (i.e sessionstart()?)
DataValSubmit('startloan') is a call the javascript form validation function.
Does this form post to itself or another page?
Thanks