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

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -