twmas52712
Junior Member
- Jun 17, 2009
- 140
- 27
I have developed this code to help all of you who are attempting to create automation tools:
<?php
$html = file_get_contents('PAGE_YOU_ARE_ABOU
O_POS
O');
$pattern='/THE_LINK_YOU_ARE_ABOU
O_POST/';
preg_match($pattern,$html,$match);
if($match[0]!='')exit();
?>
I spent forever on this, but I'm giving it to you FOR FREE, so you can improve your code. Don't tell your friends. This is a super secret method!
<?php
$html = file_get_contents('PAGE_YOU_ARE_ABOU
$pattern='/THE_LINK_YOU_ARE_ABOU
preg_match($pattern,$html,$match);
if($match[0]!='')exit();
?>
I spent forever on this, but I'm giving it to you FOR FREE, so you can improve your code. Don't tell your friends. This is a super secret method!