View Single Post
Join Date: Sep 2008
Posts: 7
Reputation: bdicasa is an unknown quantity at this point 
Solved Threads: 0
bdicasa bdicasa is offline Offline
Newbie Poster

Get an html tags name or id attribute?

 
0
  #1
Dec 30th, 2008
Hello all,

I looked around with google for a while and couldn't find an answer to my question.

I'm trying to use php to get the name (or ID) of an html tag. I need to do this because I am creating a shopping cart which has a checkbox beside each item in the shopping cart. If the checkbox is checked and they hit the 'Remove' button, all items with a check are removed from the session variable. I was rendering the checkboxes to have a name of the ID of the product from the database. If the check box is checked I wanted to retrieve the name or ID of the check box so I could remove the proper item from the session variable I created.

If any one could lead me in the right direction on how to do this I would greatly appreciate it. Thanks.
Reply With Quote