Questions tagged [simpledom]

A bridge between SimpleXML and the DOM extension, plus a bunch of convenience methods

SimpleDOM is built upon SimpleXML and acts as a bridge providing DOM methods using SimpleXML's syntax. It also adds a bunch of convenience methods.

SimpleDOM is a single file with no dependencies. All you need to use it is include it and create SimpleDOM objects instead of SimpleXMLElement objects, or simply use simpledom_load_string() instead of simplexml_load_string().

URL: http://code.google.com/p/simpledom/

77 questions
-2
votes
2 answers

PHP SIMPLE DOM PDO select

I have in the database a list of links from which I want to take some data. All the script is working, except the part when I'm taking the link from the DB and paste it in Simple DOM function. " include ('utile/db.php'); …
Tudor
  • 980
  • 8
  • 10
-2
votes
2 answers

Fetch an image and get it in a new url

Suppose i have fetched a images using PHP Simple HTML DOM Parser and obtain it in a specific URL. Suppose it fetched a Image in a variable like
HasanTG
  • 63
  • 6
1 2 3 4 5
6