3. How to Create A Basic Membership Website System Using PHP and MySQL Tutorial

preview_player
Показать описание
How to build or create a basic member system for your websites part 3.
Рекомендации по теме
Комментарии
Автор

Thank you for putting this video out there. There are people who make a hobby out of humiliating others... I don't care to fall victim to it. I want to create a membership page for people to share experiences with each other. There doe include a paid subscription area, and that area I want to keep safe.

megongabrielle
Автор

LOL, I have a much better understanding of SESSION vaiables now!
Adam, thank you for teaching me how to fish and not just eat for a day with all of your development videos.

CharvelJaxon
Автор

Have you got part 4 up yet? Really keen to hear some security tips.

denno
Автор

Is there also a comment system for on all pages with a moderation System?

imlolly
Автор

Thanks for the source link man, when I looked at the php files you had in there for the member system they were so long I had to copy and paste most of them (don't have much time in this situation). I did the activation, logout and index ones. The others were really long so I pasted them lol. Ah well, at least most of the work I do on my site i know did at least 50%.

kennboy
Автор

Another really cool and easy-to-understand tutorial. Thanks a lot! As always, very beneficial and useful stuff. :)

cookingwithanarchy
Автор

When I try to register, it says "Field 'bio' doesn't have a default value"

dynasticc
Автор

really cool and nice tutorial!!!! you guys makes the best tutorials in the hole web

Автор

Found it!! Line 22 looks for the 'emailactivated' field in the db and I had named the field 'emailactivation'. A simple edit in phpMyadmin did the trick!

stephensansatymail
Автор

Well I went over this code very in-depth. To say the least, it was certainly done in one night. 
Do not expect this code to work out of the box.

jaycole
Автор

Brother Adam! I know you are so busy with new topics, bro, i passed member_profile.php but after making member_account.php i can't get dynamic info from there, only available in member_profile page. but in the memeber_account page it did not say to login again, that means i already signed in here, why then it does not show any info, even I click to the view profile it redirect to member_profile.php?id=(EMPTY) it should be member_profile.php?id=1.


help please !!!

siddiquedu
Автор

Well I was able to get it working very easiely :) But I would love to see a tutorial on how to make it more advanced. Like a better look/effects.

ExposedHD
Автор

@ShazTheKing786 for starters why have you got ereg_replace? that should be preg_replace
2) have you checked your SQL connection, does it actually work?
3) can I see your HTML code? you said you were having problems with the form, this does not look like a problemed script to me

TheHTMLCode
Автор

@MrShawnlloyd - thank you sir, long overdue and I had all the scripts already. I welcome similar tutorials made by others on building membership websites.

AdamKhoury
Автор

@Anjeelah it doesn't matter what the name is as long as it is consistant with your code.. if in your code to look in the folder is for "stupidfolder" then the folder name has to be "stupidfolder" it can be anything as long as matches, and on most servers it IS case sensitive

insidmal
Автор

With host gator using a third party program xara, I'm a little lost as to how  the registration log in pages interface with the db weathers it's php or html?
1) The form is created.
2) A get and post script sj is queried in the action line of the form?
3) At that point it functions as demonstrated in the video?

pmmcoyv
Автор

hello.I want to make a site for finding jobs with membership and stuff.(something like guru.com or elance in the membership system) and i have already seen your videos about dynamic site and also downloaded the packet for basic membership.Can i use the php code to html page?how do i custom made the memberships?what isthe best site to upload a webpage wich will be user friendly?the last 2 month im trying to learn php
im developing webpages with kompozer.I use kubuntu sytem and i dont have big xp

philippnev
Автор

Nice work Adam!! :D I really appreciate you sharing this wonderful code! :D I too like the Flash header, but I think maybe it's a good idea to have a login system in HTML. Dunno why, just seems more normal to me. I think that profile pic uploader should be flash though, easy enough to fix. :)

Thanks again Adam!!:D YOUR TUTS ARE THE Can't wait to hear about security!!

ddoodm
Автор

"Assignment to undeclared variable valid" - I got this. Did you get the solution for your bug? Mind sharing?

jonybigude
Автор

Hello. I have a question: When I try to register the code afterwards says "Unknown column state in field list" Is that referring to the database and me not creating the state field list and if so how may I fix it?

CarterBradly
welcome to shbcf.ru