Posts by Mr. Jeferson • 1 point
4 posts
-
0
votes0
answers32
viewsQ: How do I apply this Login class to my Login form?
<?php if (!empty($_POST)) { // Recebendo dados do Formulário $usuario = $Modulo->NoSqlInject((isset($_POST['usuario'])) ? $_POST['usuario'] : NULL); $senha =…
-
-1
votes1
answer178
viewsA: How to restrict GET requests from other sites?
I may be right or wrong, but I think that downloading files depends a lot on what is, example, CSS, JS, everything can be downloaded and if the guy finds any. exe, . rar, . png, something she can…
-
0
votes0
answers32
viewsQ: get_where to PDO
I want to change get_where to mysql or PDO, but I don’t know! Help ...! public function get_where($table = '', $where = NULL, $limit = NULL, $offset = NULL) { if ($table !== '') {…
-
0
votes1
answer71
viewsQ: Use while to show results from three columns
I want to place the three columns to show your results, all within the same WHILE, as I should do? $movies = $db->query('SELECT * FROM movies AS M, highlights AS H, images AS I WHERE (M.movie_key…
phpasked Mr. Jeferson 1