Posts by Jorge Luis • 59 points
3 posts
-
0
votes3
answers14211
viewsQ: Pass data through POST with jquery
On one page I upload a list of people with a checkbox next to each one. I want to move to the next page all the people I selected. I’m trying to do it like this: In this code below I check who is…
-
3
votes1
answer555
viewsQ: Go through inputs with the same name and get all values
I have a web application in which I pass by input hidden a dynamic number of values across from a form to a action delphi. In the action, I wanted to know a way to get all the values with the same…
delphi-7asked Jorge Luis 59 -
2
votes6
answers52587
viewsA: How do I use a database on an HTML site?
Maybe your knowledge in PHP is only theoretical and very basic, because most tutorials on the internet deal with PHP along with Mysql. I advise you to install a package like WAMP, which has already…