hello dear php-experts,
i test a script that runs / needs simplehtmldom
i want to use the great http://simplehtmldom.sourceforge.net
one question
should i put the extenson directly into the path where the testscript resides`?
i just run some scripts that need the inclusion of simple_html_dom. i need to put this into the same folder, in which my testscript resides:
btw-, the projectpage looks like down : see [url]http://simplehtmldom....net/manual.htm[/url]
include('simple_html_dom');
Project web is currently offline pending the final migration of its data to our new datacenter.
https://sourceforge.net/projects/simplehtmldom/
funny: i download it form Sourceforge:
But: what is pretty important: The php-extension (simple_html_dom) should be found by my testscript.
conditions:It should probably include(simple_html_dom.php);
in other words: it's should be in the same folder as my testscript:
if not - then i would need to use the relative path to it.
So i have two options.
a- put the extension into the same folder as the testscript remains or
b- use the correct path
how to apply the option a - putting the extension to the same folder?
love to hear from you
best regards