Posts by George Rotteny • 1 point
2 posts
-
0
votes1
answer49
viewsA: Counter button with Update
Without much modification to your code or checking the update return, an option would be: <script type="text/javascript"> $(".botao-olho").on("click", function(){ var $this = $(this); $.ajax({…
-
-2
votes2
answers319
viewsA: Allow access to a URL by redirect only
A very elegant solution is to check the $_SERVER['HTTP_REFERER']. Whenever a PHP page is loaded by a GET or POST call, it loads this data with the source address. So you can create a behavior to…
phpanswered George Rotteny 1