Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #55.0K
~819 People Reached
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for michael123

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().

Member Avatar for GuggiTanvi
-2
588
Member Avatar for hawk_40

[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]

Member Avatar for xinam
0
111
Member Avatar for fsl4faisal

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]

Member Avatar for xinam
-1
119

The End.