Posts by Julio Cezar Almeida • 1 point
2 posts
-
0
votes0
answers222
viewsQ: I cannot select a listbox item and get the other information in the Database from that selected item
The idea of the software is to select a name in the combobox (cmb_nameGu) and with this play in the listbox (lst_result) all found dates that contain the chosen name, to later click on existing…
-
0
votes0
answers155
viewsQ: How do I use the value of a Javascript variable in a PHP variable to later use this value on other pages of the site?
I have a web page about animals and veterinarians that I need to capture from a list an animal identifier (cd_pet) from the database and use it on another page when clicked, using the PHP language…