Search code examples
phpmysqlmembership

Membership site with PHP and MySQL


I have a html site, and I have a page that acts as a bio for users (which I currently have to update by hand with html).

I want to create a membership login page, and I want users to be able to input their own data, that in turn updates their bio page automatically. With an option to upload images.

I read up and looks like php and mysql is the way to go, which I know nothing about. Is that the right route? Or is there an easier way?

Kick me in the right direction to get that setup please? I'm lazy and don't want to spend months figuring out how everything works just to setup one page...


Solution

  • Do not try to write everything your own.

    If you only want the result fast, find some mature CMS to start from. Try Drupal or Wordpress.

    If you want more control and not afraid to fight with code, try framework like Laravel or Symfony. Learn as much APIs as possible from the framework.