I currently have a form that i have created using html, (can create in another language if makes it easier) however, i can't seem to find how to send the information from that form to my database. I have searched over the internet and asked some people that I know, all to no avail. Can someone here help me?

http://www.w3.org/TR/html4/interact/forms.html

It depends on what language you're using. PHP, ASP, CFM, .... each have different ways of posting a form, some easier than others.
If you're using HTML then it's simple to create the form itself but it's another matter on how you'll receive the data. Using HTML you'd probably use a cgi script to process the form. There are many such scripts out there. Just do a google search for CGI form for starters.

I would like to use PHP to do this, however I am not that familiar with it. I have only dabbled with it and don't know the ins and outs yet. Thank you in advance for the help.

I would like to use PHP to do this, however I am not that familiar with it. I have only dabbled with it and don't know the ins and outs yet. Thank you in advance for the help.

Like I suggested before... do a search for php submit form. Here's a tutorial to walk you through making a feedback form in php.

http://www.thesitewizard.com/archive/feedbackphp.shtml

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.