Hi,
Quote:
quote:for example
Db table has 6 cols. i have entered 3 values in them usin a form & then post it. on the next page i want to enter in the remaining 3 fields having Id=1. ANy ideas Need Help
|
Could you explain little more on that? Is that you want to retrieve data based on ID=1 or you are trying to add values for those remaining 3 cols for the row that has ID=1?
If you are looking for retrieving values based on ID, query the database based on ID=1
Code:
SELECT col1, col2, col2 FROM tablename WHERE ID=1
Hope that helps.
Cheers!
_________________________
- Vijay G
Strive for Perfection