Link to home
Start Free TrialLog in
Avatar of ksfok
ksfok

asked on

Small PHP/MySQL help wanted

I am trying to accommodate a PHP project for a charity club. All it requires is 2 pages: a page for current member login/new member registration and another "contact us" page for sending feedback that is saved to a table. Please provide PHP code and Access/MySql backend. Any help is greatly appreciated. Thanks.
ASKER CERTIFIED SOLUTION
Avatar of http:// thevpn.guru
http:// thevpn.guru
Flag of Denmark 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 ksfok
ksfok

ASKER

Here's the expected layout:
Page 1:
UserId: any alphnumeric string more that 3 chars
Password: any alphnumeric string more that 3 chars (confirmation)
Email: (validation and confirmation)
submit/cancel buttons

Page 2:
title textbox & body textbox
submit/cancel buttons

Other pages are plain html code