Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Form verus tables

Status
Not open for further replies.

CatPlus

Technical User
Jan 30, 2003
236
Hello:

I have read threads that reference to FORMS and TABLE

Is it right that you define a table within a database
that consists fields, for example, table DIRECTORY would
consist fields ID; NAME; STREET_1; STREET_2; CITY;
STATE; ZIP

And FORM is a front-end interface were you place the
fields in a user friendly manner, like

NAME : ______________________________________________
ADDRESS: ______________________________________________
CITY : ___________ STATE: __________ ZIP: _________

If that is correct, I will appreciate if someone can
suggest links where these utilities can be found which
I can use to create FORMS to populate in TABLES in my
MySQL database

Thank you
Mickey Shekdar
 
Yes, you are correct.

As far as php is concened is always a safe bet.

Links for tutorials and apps that will/can help in your development can be found at

or

I must tell you that PHP isn't the 'only' solution for working with MySQL, perl and others work quite well with it also.



KC
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top