HI
Major problem, ok im creating a membership site exactly like <!-- m --><a class="postlink" href="http://www.filesharingcenter.com/">http://www.filesharingcenter.com/</a><!-- m -->
I have created the main pages, and the membership content pages, all with normal htm extension .htm
Also im gonna be using the membership software called amember pro
there are only 3 pages left that i have not created, and in a moment you will understand why! as im confused a bit about the order of things and what the pages extensions should be
these are the 3 pages i have not created
1.Members login page
2. Join now page
3. thankyoupage after paid
From what I can see from filesharingcenter is those 3 pages of theirs are PHP pages not .htm pages,
So.... Where what next.. I have done all the rest of my site except thee 3 pages, How do i even create the PHP PAGES
here are 2 of filesharingcenters php pages
there members login page
<!-- m --><a class="postlink" href="http://www.filesharingcenter.com/login.php">http://www.filesharingcenter.com/login.php</a><!-- m -->
there join now page
<!-- m --><a class="postlink" href="http://www.filesharingcenter.com/join1.php">http://www.filesharingcenter.com/join1.php</a><!-- m -->
How do i do those pages?
if you can help that would be great
Oh and I will be using the same payment accepter as them clickbank.com
thanksall depends on how you want them to acces those mamber pages?
what security do you have if you run them as html page? noe as anybody can get to them.
are you checking for a cookie or session or both? also you may need to learn php in order to write the login page. the form itself is html but the php is for processing the form to log in the member. also are you entering them into a database? how are you keeping the members to be valid? how do they log in?
as you can see there are many questions you need to ask especially if you use just regular html pages for member pages.
Major problem, ok im creating a membership site exactly like <!-- m --><a class="postlink" href="http://www.filesharingcenter.com/">http://www.filesharingcenter.com/</a><!-- m -->
I have created the main pages, and the membership content pages, all with normal htm extension .htm
Also im gonna be using the membership software called amember pro
there are only 3 pages left that i have not created, and in a moment you will understand why! as im confused a bit about the order of things and what the pages extensions should be
these are the 3 pages i have not created
1.Members login page
2. Join now page
3. thankyoupage after paid
From what I can see from filesharingcenter is those 3 pages of theirs are PHP pages not .htm pages,
So.... Where what next.. I have done all the rest of my site except thee 3 pages, How do i even create the PHP PAGES
here are 2 of filesharingcenters php pages
there members login page
<!-- m --><a class="postlink" href="http://www.filesharingcenter.com/login.php">http://www.filesharingcenter.com/login.php</a><!-- m -->
there join now page
<!-- m --><a class="postlink" href="http://www.filesharingcenter.com/join1.php">http://www.filesharingcenter.com/join1.php</a><!-- m -->
How do i do those pages?
if you can help that would be great
Oh and I will be using the same payment accepter as them clickbank.com
thanksall depends on how you want them to acces those mamber pages?
what security do you have if you run them as html page? noe as anybody can get to them.
are you checking for a cookie or session or both? also you may need to learn php in order to write the login page. the form itself is html but the php is for processing the form to log in the member. also are you entering them into a database? how are you keeping the members to be valid? how do they log in?
as you can see there are many questions you need to ask especially if you use just regular html pages for member pages.