X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Frequest-functions.php;h=e3296109b45ebdc0bf09d700e9f7ccf9bc434968;hp=69e361e65731d1040b67c828490f5faa8d863665;hb=5b2fa7f464317185154a3550edb5786d52b2cbf9;hpb=0b155b195d86e46a8f19bf1b2e0ef45a4438b715 diff --git a/inc/request-functions.php b/inc/request-functions.php index 69e361e657..e3296109b4 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] ?>