Posts by Rui Ponte • 1 point
1 post
-
-3
votes1
answer41
viewsA: How to get the value of a GET in PHP
If you use Apache as a server, you can set rules using mod_rewrite. You can put these rules in the . htacess file and put the following rule: RewriteEngine on RewriteRule ^acme/*?$ teste.php?p=acme…