|
|

Hello I am Mark Sellers I am glad you stopped by
Powered by APSense Business Network
'28207',
'code' => 'f16688482c9f13b551add92d5f60abaa',
'site_url' => $_SERVER["HTTP_HOST"] . $_SERVER["PHP_SELF"],
'url' => $_REQUEST["url"],
'text' => $_REQUEST["text"],
'email' => $_REQUEST["email"],
'cat' => $_REQUEST["cat"],
'category' => $_REQUEST["category"],
'description' => $_REQUEST["description"],
'logo' => $_REQUEST["logo"],
'tags' => $_REQUEST["tags"],
'rating' => $_REQUEST["rating"],
'id' => $_REQUEST["id"],
'submit' => $_REQUEST["submit"]
);
$fields = "";
foreach( $submit_vars as $key => $value ) $fields .= "$key=" . urlencode( $value ) . "&";
$ch = curl_init("http://linksomatic.net/links/index.php");
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, rtrim( $fields, "& " ));
$resp = curl_exec($ch);
curl_close ($ch);
print_r($resp);
?>
|
|
|