X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Frequest-functions.php;h=e0051a169edc6da09958b57ae5ac2276f48452b9;hp=0066994f26757168c63a4fbe8aef21bde6e2f150;hb=e937b6540b932d537f72e827de76dd5be4aefe48;hpb=d8148e3f1f3a6762b2e786dbe99ada269dcf2ea0 diff --git a/inc/request-functions.php b/inc/request-functions.php index 0066994f26..e0051a169e 100644 --- a/inc/request-functions.php +++ b/inc/request-functions.php @@ -1,7 +1,7 @@ $value) { + // Add it secured + $return .= SQL_ESCAPE($key) . '=' . SQL_ESCAPE($value) . '&'; + } // END - foreach + + // Remove trailing & + $return = substr($return, 0, -5); + + // Return it + return $return; } -// +// [EOF] ?>