How to make a beautiful URL | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to make a beautiful URL

Please help how to do this, I have a website ,where i go to some page my website send GET request for example : article.php?artId=2&theme=something How to change it to like this: article/something/2

12th Mar 2019, 3:51 PM
Fury
2 Answers
+ 1
//Use request method POST it will hide other information from url https://www.sololearn.com/learn/PHP/1841/
12th Mar 2019, 7:40 PM
Sudarshan Rai
Sudarshan Rai - avatar
0
can i do iy whitout POST?
14th Mar 2019, 12:17 PM
Fury