Posts by NoahAnderson • 21 points
2 posts
-
1
votes0
answers24
viewsQ: Problem: User-friendly URL on . htacess modifying the Index
As I explained in the post: /questions/491299/passar-p%C3%a1gina-via-get-e-manipulating-a-url-via-htacess I have a structure of pages: 1-Index 2-Product 3-Detail (of products) The 'Product' page is…
-
1
votes0
answers48
viewsQ: Pass page via $_GET and manipulating the URL via . htacess
I have a page in PHP that shows the products in general (products.php): <?php include_once("conexao.php"); $query = "SELECT * FROM produtos"; $result_query = mysqli_query($conn, $query); ?>…