Is there a way to check if this is installed?
Maybe something in phpinfo()?
I’m doing the call below and I don’t get any reply at all. The page just ends when it gets to it.
$postdata = array(
'validation' => '1'
);
$response = http_post_data('../ajax/index_ajax_general.php', $postdata);
print $response;
You could use
Given that function is a PECL extension, you will probably find most PHP installations do not have these functions available.