Hello!!!
How I can resubmit form without pressing any links and buttons????
Hi DrShift..
Actually, I'm the newbie in PHP. But I think, its impossible to resubmit form without any trigger in PHP because it is a server-side-scripting.. You should combine your PHP code with JavaScript.
Why would you want to resubmit a form? If the data hasn't changed, then your PHP script should just fully process. If the data has changed, why not allow the end user to press a button or hit enter to submit the changed data? Am I missing something?
Comment