So my problem is that I am sending a curl request to a website and it's always printing the HTML response, for example:
<html><header>Example</header></html>
This is how I executed my curl:
$output = curl_exec($ch)
I did not echo out $output but it constantly returns the value over and over again.