/* ' *
'
'	Member
'	Description:  Member
'
* ' */
	Define( "_vStrRootPath" , "../../" );
	Include( _vStrRootPath . "_tarad/_libraries/_config_front-end_1.php" );
?>
	 Include( _vStrRootPath . _vStrDirPrefix . "/" . _vStrDirPublic . "/_front-end_member_top.php" ); ?>
	 Include( _vStrRootPath . _vStrDirPrefix . "/" . _vStrDirPublic . "/_front-end_member_content_start.php" ); ?>
	
	
สมัครสมาชิกแบบพิเศษ(VIP)
    
    
//require("http://www.thaisecondhand.com/member/tarad_vip.html");
// create a new cURL resource
$ch = curl_init();
// set URL and other appropriate options
curl_setopt($ch, CURLOPT_URL, "http://www.thaisecondhand.com/member/tarad_vip.html");
curl_setopt($ch, CURLOPT_HEADER, 0);
// grab URL and pass it to the browser
curl_exec($ch);
// close cURL resource, and free up system resources
curl_close($ch);
?>
    
 Include( _vStrRootPath . _vStrDirPrefix . "/" . _vStrDirPublic . "/_front-end_member_content_end.php" ); ?>
 Include( _vStrRootPath . _vStrDirPrefix . "/" . _vStrDirPublic . "/_front-end_member_bottom.php" ); ?>