Posts by Henrique Van Klaveren • 111 points
2 posts
-
0
votes4
answers66
viewsA: Help with PHP and Mysql
You need to list the clicks in another table, it can only be the ids, users x links, this way it will be simple to work with the data. However, if you look at the field clicks, the entered data…
-
1
votes3
answers6319
viewsA: Passing a PHP variable to a Bootstrap modal
In my opinion the best way is to use AJAX (Jquery). But you can send a request directly through the URL using the GET method. So the page is reloaded again with the form already open and the…