X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Frequest-functions.php;h=85f7883078a5f5226e8435369198b3957897cff7;hb=77669502ccc2779d32a842f6d523fb68169fadda;hp=0ae3de0a6a52c4d17edc49eb04507f38ddf6a8b6;hpb=2592ef433edd0c7cbde318e76792a521b6ec155e;p=mailer.git diff --git a/inc/request-functions.php b/inc/request-functions.php index 0ae3de0a6a..85f7883078 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] ?>