Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End PHP Search and Return Div By Class Re: PHP Search and Return Div By Class

#134755
DrCLue
Member

If the data is coming out of PHP and you want to filter out some while keeping the rest ,
you might want to go over to php.net and look at things like http://php.net/manual/en/domdocument.loadhtmlfile.php

Generally if you poke around there a little , the users will have already posted a pre-made piece you can easily bend to your will.

Even though I even write custom telephony servers using PHP, when I have some common task , I’ve no shame in picking through the offerings the users post there as if nothing else it will likely save me some of the typing and sometimes it saves me all the typing, allowing the problem to get solved and me more time to play with making 3D Pyramids out of CSS triangles and border images or some other amusement.