Automatically pass variables
Is there a way to have variables automatically passed via links on a page?
For instance, say I have this link: (a href=page.php)page(/a)
Instead of manually coding page.php?foo=bar, can PHP auto append variables to page.php when users click the link?
Sorry if this isn't making much sense. I don't know how else to explain it.
For instance, say I have this link: (a href=page.php)page(/a)
Instead of manually coding page.php?foo=bar, can PHP auto append variables to page.php when users click the link?
Sorry if this isn't making much sense. I don't know how else to explain it.
