X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Frequest-functions.php;h=6e20af72b077ec8e71b94d0f928838dc0c74c68d;hp=d314a2bee06c3d449abe332d7a2da452dbfc22e3;hb=da5c63bacddced77a951cbe7b223f314885a6c87;hpb=f39ec6e67b8a43bfa91212f0c6bd1c52e707f896;ds=sidebyside diff --git a/inc/request-functions.php b/inc/request-functions.php index d314a2bee0..6e20af72b0 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] ?>