PHP passing parameters via URL

dukogikijacha

New Member
I want to know how I can pass parameters between pages through the URL without having to add variables eg:\[code\]mydomain.com/file.php?var1=val1&var2=val2&...varN=valN\[/code\]I want to use it as follows:\[code\]mydomain.com/file.php?val1-val2-...-valN\[/code\]I also see in some website the URL is in the following format\[code\]mydomain.com/file/####\[/code\]which redirects to another page without changing the URL as if this is the URL to the file.
 
Back
Top