ilikephp Posted July 10, 2009 Share Posted July 10, 2009 Hello, I am writing a program using php and Mysql: but I need to ask please: what is the difference in dreamweaver: if I write a php form using: Insert ---> Form ---> Text Field and Insert ---> Data Objects ---> Insert Record Thanks a lot... Quote Link to comment https://forums.phpfreaks.com/topic/165523-solved-difference-btw-insert-record-and-inserting-fields/ Share on other sites More sharing options...
ignace Posted July 10, 2009 Share Posted July 10, 2009 A text field is a piece (single-line text entry) of a form. A record is one row of a (db) table. Quote Link to comment https://forums.phpfreaks.com/topic/165523-solved-difference-btw-insert-record-and-inserting-fields/#findComment-873048 Share on other sites More sharing options...
ilikephp Posted July 10, 2009 Author Share Posted July 10, 2009 thx for your help, so which way should I use? because when using insert record, I cannot draw the form the way I want. Quote Link to comment https://forums.phpfreaks.com/topic/165523-solved-difference-btw-insert-record-and-inserting-fields/#findComment-873054 Share on other sites More sharing options...
ignace Posted July 10, 2009 Share Posted July 10, 2009 so which way should I use? Depends on what you want to do. If you need an input field on your website you need the text field. If you on the other hand want to expand your current stored data (for example add a new user directly to your database) you insert a new record. Quote Link to comment https://forums.phpfreaks.com/topic/165523-solved-difference-btw-insert-record-and-inserting-fields/#findComment-873133 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.