Link to home
Start Free TrialLog in
Avatar of WPC479
WPC479Flag for United States of America

asked on

I need to create a simple site with login and paypal links

I have been doing simple web design for years.  Just simple and clean sites and manual coding HTML, never got used to the GUI programs.
I now have been asked to create a site similar to this - http://www.hfalert.com/
With a customer/client login, payment via paypal is all.  And it would be very similar, members would have access to documents/mostly pdfs and needs to be secure.

What is the easiest way to set this up?  
I tinkered with PHP a little, and could spend more working with it and MySQL.

Thanks so much
Avatar of XeroX1988
XeroX1988

If you've worked a bit with PHP before I suggest you stick to that as it's secure and dynamic.

When i started with PHP and MySQL i used this page allot:
http://www.php-mysql-tutorial.com/

they also have a topic regarding user authentication:
http://www.php-mysql-tutorial.com/user-authentication/index.php

Hope this gets you started with it, if not i'm sure you'll leave a reply :-)
ASKER CERTIFIED SOLUTION
Avatar of NeoDiffusion
NeoDiffusion
Flag of France image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of WPC479

ASKER

Hi Werner

Between Drupal and Joomla, which would you say is easier to manage and setup.
I think I will go that route.

Thanks
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hi WPC479,

Joomla used to be very popular, because easy to setup. However, I would rather look at drupal, because my feeling is that the community is very active, and I believe that Drupal is one step ahead.

Both community feel very responsible for security. On this topic, bear in mind that when you install any third party module, security flaws may come from the module. In other words, most of "Joomla!" security "alerts" are in fact linked to security issues from a specific "third party" module, not Joomla itself. On the other hand, there are thousands of third parties modules availables...

Rgds,

Werner.


Avatar of WPC479

ASKER

I ended up using Drupal and all seems to be working fine.
Thanks guys.