No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
when you use require then you must gurantee that the file exist otherwise the processing will halt and result to fatal error. If you need the code to run instead the specified file is missing then better use require().
[CODE]<h1>Img src</h1> <?php $content= 'www.example.com';//curl this site using curl function $doc6 = new DOMDocument(); @$doc6->loadHTML($content); $list = $doc6->getElementsByTagName("img"); for ($i = 0; $i < $list->length; $i++) { print($list->item($i)->nodeValue . "<br/>\n"); } ?>[/CODE] or contact this site[URL removed]
Hey if you are really a beginner , why dont you try a simple cms system or blog system of your own . It will be the best solution. If you are really a begineer then try this site for cms. its really for begineers. [URL removed]
The End.
xinam