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
2 Réponses
+ 1
//Use request method POST it will hide other information from url
https://www.sololearn.com/learn/PHP/1841/
0
can i do iy whitout POST?