Asked by EFuerte
at 2024-08-01 15:17:15
Point:500 Replies:2 POST_ID:828657USER_ID:11539
Topic:
PHP Scripting Language;;
Hi Experts!
Accordingly with the code below I'm using jQuery to call PHP code that fires a stored function.
Depending on the stored function return, a javascript function: remove_selected_nodes();
could or not run.
How to obtain the return value from the jQuery code ?
Accordingly with the code below I'm using jQuery to call PHP code that fires a stored function.
Depending on the stored function return, a javascript function: remove_selected_nodes();
could or not run.
How to obtain the return value from the jQuery code ?
Thanks in advance.