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
~421 People Reached
Favorite Forums
Favorite Tags
php x 7
Member Avatar for michael.sullivan.1422

What i need this to do is delete what is inside the div eliment already before it writes the the div again. If anyone can help me i give my thanks, :) <?php $file = "./test.html"; $imgs = glob("1/*.*"); $dom = new DOMDocument(); $dom->loadHTMLFile($file); $container = $dom->getElementByID("container"); if(count($imgs) == 0 …

Member Avatar for michael.sullivan.1422
0
157
Member Avatar for michael.sullivan.1422

Hi, I am just starting with php and i have been trying to get these two pieces of code to act right. Like they are shown everything works just fine. What i need this to do is find a certain html code on a page then write to the next …

Member Avatar for cereal
0
264