How to create user profiles with PHP and MySQL

前端 未结 3 584
刺人心
刺人心 2020-12-08 23:39

I need some help on creating a user profile system. I want it to be like Facebook or Myspace where it has only the username after the address, no question marks or anything,

3条回答
  •  情歌与酒
    2020-12-09 00:21

    Take a look at the rewrite engine. Some frameworks also have classes to do this job like Zend Framework has Zend_Router which you can use. You can use this one by it self, other frameworks have them as well, check the docs for your preferred flavor.

提交回复
热议问题