PHPmyedit: custom URL for 'ADD' button [on hold]
- by user2952715
I'm currently working with phpmyedit and I need to access to the 'Add' (new record) function using a URL. As this script (phpmyedit) is dinamically generated, when I press the 'Add' button, I get the form to fill but the URL has no changes.
How can I create some custom URL for the ADD button, that allows me to access externally and also pass parameters through the URL?
Here is how PHPmyedit set up the navigation buttons by default: http://opensource.platon.sk/projects/doc.php/phpMyEdit/html/configuration.navigation.html
Any help will be really appreciated.