Get values from second TD from every TR with PHP

miromiame

New Member
I have a this table and I need to get the value of the second TD in a table row. Can I do this with PHP, and how can it be done?This is my table:\[code\]<table class = "jshop cart"> <tr class = "jshop_prod_cart odd"> <td class = "jshop_img_description_center"> <a href = "http://stackoverflow.com/shopping/index.php/product/view/210/3690"> <img src = "http://localhost/shopping/components/com_jshopping/files/img_products/noimage.gif" alt = "test" class = "jshop_img" /> </a> </td> <td style="text-align:left"> FIRST VALUE I NEED </td> <td> 1
 
Back
Top