• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

managing hidden field

 
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i n my home page i have a link to a page where i have to give information about the user where by giving all the information the unique id is getting generated.and i need to keep track of this id .and when we go for shopping and completed shopping i need to save all the information along with the unique id in the database in order to recognize the user so that after 2 or 3 days if he will come ro see his status he will provide his id so that with the help of this id the database will be queried and respective dtas will be retrived
.but the problem is that this unique id is not getting stored in the database.Except the unique id everything is getting stored. Plz help me in solving this.
 
Sheriff
Posts: 14691
16
Eclipse IDE VI Editor Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It will be difficult to help without seeing relevant part of the code.
Debug the userId just before writing to the DB.
 
Ranch Hand
Posts: 1090
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The unique ID is not getting saved.

So I guess thats your problem. Paste the code that is responsible for saving the unique ID in the DB.
[ February 08, 2006: Message edited by: Anupam Sinha ]
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic