mysql - PHP $_GET issue -


i hope can me issue, php example:

?id=5&language=en

firstly ?id=5 simple page, language defined in directories, wanna make this

?id=5,en

i don't put &language=en, comma , en how can ?

list($id, $lang) = explode(',', $_get['id']); 

and use $id , $lang how want.


Comments

Popular posts from this blog

mod rewrite - Doing external redirect. .htaccess NS flag not working. How to achieve similar results? -

mysql - How to insert just year and month into date field? -