Website sign up and login

Status
Not open for further replies.

monsterf

New Member
Messages
2
Reaction score
0
Points
1
So I'm building a website on which i would like users to be able to sign up and login.

How do I get my website to access a database and create new entries if I need to?
Or how do I correctly call a server using http.get and http.post?

Whichever would be better.

Thanks in advance
 

sperko

Member
Messages
258
Reaction score
4
Points
18
I'm not sure how much experience you have dealing with database queries...

Have you looked at any pre-made community/user systems that come bundled in with CMS like wordpress, drupal, or joomla

I have used userfrosting and usercake too which are focused on user management/special access for logged in users and I believe that would be a good start
 

monsterf

New Member
Messages
2
Reaction score
0
Points
1
I'm not sure how much experience you have dealing with database queries...

Have you looked at any pre-made community/user systems that come bundled in with CMS like wordpress, drupal, or joomla

I have used userfrosting and usercake too which are focused on user management/special access for logged in users and I believe that would be a good start
My dad knows php and how to use databases so he started helping me with it. Thanks for replying though
 
Status
Not open for further replies.
Top