X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Frequest-functions.php;h=85f7883078a5f5226e8435369198b3957897cff7;hb=01a7708f74f7138ee10a52bd310b2eef84e5ec42;hp=ae98c4efe5904170c0e1cd817546a17c8052b128;hpb=ae798f7e416793adf24a3b87024df1027e520ce2;p=mailer.git diff --git a/inc/request-functions.php b/inc/request-functions.php index ae98c4efe5..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] ?>