Get KoolPHP UI with 30% OFF!

Hallie
Hi,
Can anyone show me an example of on click submit form answers into a table? I don't see where I can set an Insert Command / Update Command?
Any advice will help!
Thanks
Posted Jul 10, 2017 Kool
Anthony Amolochitis
The form behaves just like a regular submit form.
You can set the Autopostback to true for that.
If you do not want the page to reload, you'll have to use an ajax post.
I like the koolajax.load() method for ajax.
http://demo.koolphp.net/Examples/KoolButton/Button/KoolButton/index.php
Posted Jul 11, 2017 Kool