stoolpigeon
Programmer
I have a page that has a drop down combo box w/a list of names. The value of each selection on the box is the employee i.d. that goes w/the name. I need that i.d. to run a query on the person that is chosen by the user.
But I don't want someone to be able to use View Source to see those i.d.s.
Is there a way that I can 'hide' that information?
(sorry if this is more of an html question than a php question- I've posted it here because I create the drop down box dynamically from a query in php)
Thanks for any help,
Ron
But I don't want someone to be able to use View Source to see those i.d.s.
Is there a way that I can 'hide' that information?
(sorry if this is more of an html question than a php question- I've posted it here because I create the drop down box dynamically from a query in php)
Thanks for any help,
Ron