Re: [PHP-DB] A question about mysql

2011-07-01 Thread Tamara Temple
On Jun 30, 2011, at 9:57 PM, Guruâ„¢ wrote: I have a question about php-mysql. Is it possible that I can have 2 different fields in a mysql table, and when a user fill out the form for the first time the input goes to first field and when the second user fill out the form the input goes to 2nd

Re: [PHP-DB] A question about mysql

2011-06-30 Thread Karl DeSaulniers
Hi Guru, You could disable the input field or set it to readonly after it has been filled in... disabled="disabled" /> or readonly="readonly" /> but you will have to do that client side with some javascript. Unless you have the page refresh after each field is filled in, then you could di

[PHP-DB] A question about mysql

2011-06-30 Thread Guruâ„¢
Hi All, I have a question about php-mysql. Is it possible that I can have 2 different fields in a mysql table, and when a user fill out the form for the first time the input goes to first field and when the second user fill out the form the input goes to 2nd field. For example: Lets say I have 2 f