Posts by araujoh • 35 points
4 posts
-
0
votes2
answers268
viewsA: Passing variable value by $.post
Your code is right, just add the post variable in itemAmount1. On the page pagseguro.php: $data['itemAmount1'] = $_POST['itemAmount1']; The post parameter name must be the same as the select name.…
-
0
votes1
answer245
viewsQ: Check the Boolean return of php function in java
I am developing a java application that requires a furlough to be activated. I’ve done the php function that checks the data in the database and returns a true if everything is right, or false if it…
-
-1
votes1
answer1205
viewsQ: Passing a variable in a modal bootstrap
I am developing a system in php mvc, in the administrative panel there is a page to manage users. On this page I have a table with ID | NAME | EMAIL and on the side a button to edit the data. By…
-
2
votes1
answer227
views