Posts by Jaimir Tapia • 63 points
7 posts
-
1
votes1
answer31
viewsQ: Pass php variable by javascript and then pick up php via post
Well, I have a PHP variable a page index.php. And when I click, I load another part of the page inside a div with javascript. When loading the page, the index variable is not recognized inside the…
-
0
votes2
answers1029
viewsQ: Bootstrap: Modal with dropdown for caption
I would like to use the bootstrap modal to open a list of subtitles. But I would like to display the meaning only when clicked on the legend. Got a way? Don’t need to have styles just do a slidown.…
-
1
votes1
answer567
viewsQ: Change student status from active to inactive
I have a bank where I save status = 1 for active, and 2 for inactive. Is there any way I can deploy on the page writing or a button (or link in the word) "active" and when I click, switch to…
-
2
votes1
answer346
viewsQ: Register an array in the mysql database
I wonder if it is possible to insert several values within a variable in html, pass via POST to php and register each one in a row in the database. For example, enter multiple names through the…
-
1
votes1
answer78
viewsQ: javascript takes variable in php form wrong.
I have this script and this form populated in php, I would like to use the delete button to send the name of the training to be deleted. The problem is that javascript always receives the value…
-
0
votes1
answer33
viewsQ: Populating Var Colors with database data
Now it is populating only with a license plate, must be something with my while. <!DOCTYPE html> <html> <head> <title></title> <!-- Ignite UI Required Combined CSS…
-
0
votes2
answers101
viewsQ: Select with checkbox
Guys, my question is, would I make a query in mysql bank and play instead of cities ? <html> <head> <title></title> <link…