#!/usr/bin/php
Help And Support
As this is not a public web site, its content is protected by an
authentication system. In other words, users have to proof their
authentication before they are allowed to enter.
How Login Works
';
$preg = '#(]*)>)(.*)()#msU';
if( !preg_match_all( $preg, $html, $match, PREG_SET_ORDER ) ) {
echo "not found ?\n";
exit;
}
print_r( $match );
?>