hi i want underestand how to call php function when onsubmit form is active . and how to creat Function by php ?
thanks for answer .
onsubmit is a JavaScript event, which is ran on the client-side...PHP is on the server, so you cannot call PHP in the onsubmit event.
Diego