X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Frequest-functions.php;h=62cdacc8c3f6e065f9e550750270a5ee04e2040f;hp=e88d7c9860c2bc02096c11de1e67c167078be79b;hb=8fad776382e63b3f73f8dbe289f229d79cfc2c22;hpb=7b0f17cd637e388049d2167811e4332cec1e979b diff --git a/inc/request-functions.php b/inc/request-functions.php index e88d7c9860..62cdacc8c3 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] ?>