Link to home
Start Free TrialLog in
Avatar of msidnam
msidnamFlag for United States of America

asked on

Sending Web Forms to a Database

Hello Experts. I'm trying to find a good site or just examples of creating web forms and sending them to a database. I am familair with setting up an apache server and mySQL server. I have some coding experience (HTML/CSS/JS) but I am looking to expand my knowledge. I can create the forms but I am not sure hoe to send the info to a database.
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

Accessing a database requires a server side programming language.  PHP is the most common one used with Apache and MySQL.
ASKER CERTIFIED SOLUTION
Avatar of Chris Stanyon
Chris Stanyon
Flag of United Kingdom of Great Britain and Northern Ireland 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 msidnam

ASKER

Chris Thank you.