diff --git a/loft-e-lite.php b/loft-e-lite.php index 30ec160..136c313 100644 --- a/loft-e-lite.php +++ b/loft-e-lite.php @@ -29,21 +29,20 @@ include_once $URLcorrection . 'includes/header.php'; -
- "; - echo "


"; - echo curl_exec($ch); - echo ""; - curl_close($ch); +curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); - include_once $URLcorrection . 'includes/footer.php'; +curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query($_REQUEST)); +echo "
"; +echo "


"; +echo curl_exec($ch); +echo "
"; +curl_close($ch); - ?> -
\ No newline at end of file +include_once $URLcorrection . 'includes/footer.php'; + +?> \ No newline at end of file