I want to post ($_GET as well as $_POST) data by clicking on links (enclosed with <a>
) and not the regular form 'submit' button. preferred language : PHP
I have seen this in a lot of todays websites, where forms are submitted by clicking on buttons looking like hyperlinks. so was wondering how it could be done.
Thanks in advance