Posts by PyramiDy • 36 points
3 posts
-
1
votes0
answers90
viewsQ: Ajax/Json POST treatment
I’m having trouble sending Json to my PHP Controller: See, when sending my Login the parameters that are being sent in the request are exposed, thus being a vulnerability. My question is whether I…
-
1
votes1
answer57
viewsA: Paging of php pages
I found some articles and videos exactly with your doubts, see if this clarifies: Result Paging System using Bootstrap, PHP and Mysql - Canal: Zero Bugs How to make PHP and Mysqli pagination? -…
-
0
votes1
answer170
viewsQ: Call PHP function via Link using MVC
I’m having Difficulty/Problem requesting a function in PHP: The function below is located in a class inside the Folder lib. Language.php <?php namespace app\lib; class Language { public function…