The design of the web page with the memebership

Started by sun_os, September 16, 2012, 08:40:10 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

sun_os

I plan to design the web page with the member ship. Only member make the payment have the function. Non-membership would be only limit access and function .   Whether membership or non-membership can create the personal profile and adjust the profile as well.  It contains the personal profile with security permission, it saves to the DB.

May I know what is the language can fulfilled the requirements.
:-\

DaveLembke

Many languages can, my favorite is Perl through an Apache server. But if you have monetary transactions with credit card numbers etc, I'd use an alternate source for electronic commerce processing such as paypal or another clearing house as for processing at your end opens up liabilities. The last place I worked at we had to harden our network and Point of Sale system with PCI compliance and we went with an outside source for eCommerce to isolate ourselves from potential liabilities.

Rob Pomeroy

What kind of a "web page"?  You could use something like Simple Machines Forum, which has all sorts of modules for subscription-based access using PayPal or whatever.

http://www.simplemachines.org/
Only able to visit the forums sporadically, sorry.

Geek & Dummy - honest news, reviews and howtos

sun_os

Quote from: Rob Pomeroy on September 21, 2012, 09:17:58 AM
What kind of a "web page"?  You could use something like Simple Machines Forum, which has all sorts of modules for subscription-based access using PayPal or whatever.

http://www.simplemachines.org/

thank you

Allan