Posts by Marcelo Assis • 27 points
3 posts
-
-2
votes1
answer137
viewsA: Problem with Wordpress and Bootstrap
Use wordpress actions and Filters to fit the scripts on your site. Find out more how wordpress works.
-
0
votes1
answer59
viewsA: Change the status of a record in the database by ID via post method
You can add a: <input type="hidden" value="id" name="id"> And so I recover: $_POST['id']
-
-1
votes2
answers329
viewsA: Grab Value from multiple buttons in Javascript
<select id="mySelect"> <option>Verde</option> <option>Azul</option> <option>Rosa</option> </select> <button…