- This topic has 2 replies, 2 voices, and was last updated 5 months, 3 weeks ago by .
-
Topic
-
Hi,
I’m able (thanks to some help) to trigger some js actions when a button is clicked on a page.
Now I need to be able to trigger some functions in PHP from a button click.
The specific requirement is to have a series of buttons on a form which do things like grabbing data from the database, send it off to external servers and other manipulations which I don’t want the users to have any visibility of. They’ll just get a simple response saying ‘done’. It’s all server side action but wants to be triggered from a button on a page.
I can do this from a standard html button (with a simple <form action=”my code.php” etc call) but can’t see how to do this from a button in MB.
Thanks.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.