Questions | Login

Top / PHP / MySQL

Help creating a MySQL Database form?

demo 17 Dec 2008 08:19pm
Is there somewhere that I can either download, or help me create a database form. (a form that stores the data into the database).

Answers

demo 17 Dec 2008 09:09pm
You didn't specify what language you are using so I picked PHP. Check out this online tutorial:

http://www.freewebmasterhelp.com/tutorials/phpmysql
demo 17 Dec 2008 09:14pm
MySQL does not have a form editor out of the box. You'll need to use an external tool to do this.

If you're a programmer, you could use PHP, ASP (through ODBC), perl, etc.

If you're not a programmer, you might want to create forms in Access. Simply create an ODBC link to your MySQL database, link the required databases in Access, then create the forms you want. This works quite nicely.

Good luck!
demo 18 Dec 2008 12:03am
if you are just trying to manage your data in the database, you could use
- phpmyadmin: http://www.phpmyadmin.net
- mysql query browser: http://dev.mysql.com/downloads/gui-tools/5.0.html

Related

Submit Answer

You must be logged in to post an answer. Please Login or Register.

Powered by phpMyAnswers.