TAViX Posted February 18, 2009 Share Posted February 18, 2009 Sorry guys, is the enoying me again. I have a very simple problem this time. But because is so simple I cannot make it work at all:crying: :crying: :crying: Anyways, I have a table in MySQL, with something like this: pr_id | entry | val1 | val2 | val3 | val4 00001 | 123 | bla1 | bla2 | bla2 | 00002 | 310 | 00003 | 234 | 00004 | 323 | ... ...... I created a text box for the entry values, so when I'm choosing a number from entry (ex: 123) all the datas from the 123 row (val1, val2, etc) to be listed for edit into a table. That's it. Here is a sketch: Thank you very much in advance. Quote Link to comment Share on other sites More sharing options...
trq Posted February 18, 2009 Share Posted February 18, 2009 And your question is? Quote Link to comment Share on other sites More sharing options...
TAViX Posted February 18, 2009 Author Share Posted February 18, 2009 And your question is? Sorry I'm a little tired... How to extract the data from database for edit in that table, by specifying a value found in one of the cels. In my case the "entry" column. So when I'm typing the value 123, for example, I need that all the values from that row to be displayed for edit. Thank you. Quote Link to comment 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.