My web host shut me down for using a capture code that they said was slowing down the servers because the code, quote: "is not closing in a timely and correct manner".
This is the code they were talking about.
<?php echo str_replace('-', ' ', $_GET['id'])?>
The "id" is than replaced by what ever it is set it to. An example would be:
website.com/?id=trackingcode than it would carry the "trackingcode" to where ever specified with the code.
Does anyone know a way to set this up where it would be less load barring on the servers?
Any help would be appreciated.