How to get table tbody tr cell values to php and store in my
Moderators: egami, macek, gesf
-
- php-forum Fan User
- Posts: 973
- Joined: Mon Oct 01, 2012 12:32 pm
check out SimpleHtmlDom http://simplehtmldom.sourceforge.net/ it lets you use css selectors (and more) to grab individual elements and contents from the document object. It's pretty intuitive once you get it going.