If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Question for the masses

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-15-03, 12:32
dv8 dv8 is offline
Registered User
 
Join Date: Oct 2003
Posts: 1
Question for the masses

I need to know some info, is there a way to use mysql and a front end web sumthn or other.... to one design the fields.. to enter data and fill the database.

Take a phone list for instance.. i have created a db with three fields.
Name, Number, Address

Is there a way i can access that via a webpage to input data or edit it? Not using phpmyadmin, basically im looking for user front end and a design front end.

Any thoughts?
Reply With Quote
  #2 (permalink)  
Old 10-15-03, 15:43
DrSmartman DrSmartman is offline
Registered User
 
Join Date: Aug 2003
Location: Reston, VA
Posts: 59
Re: Question for the Masses

Well, if you're talking web-based front-end for configuration, phpMyAdmin or MySQL tool (I think that's it) are your best bets.

As far as creating web-based forms, you're probably gonna need to get your hands dirty and embed some code. You can use a tool such as Dreamweaver to create the layout and forms, but you'll need to write code to connect to MySQL. Perl and PHP have good functions to go with MySQL (and other DBs). I'm sure JSP and ASP do also, but I've never used them.

You could also use something like Access to create your GUI forms with MyODBC driver. There are some MySQL GUIs out there available by download (some free, some note) although I have never evaluated any of them.

Otherwise, if you are doing something specifc, someone may have already written the code (see phpBB for forums) although it sounds like you're gonna have to program some of this yourself.

Good luck.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On