X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Frequest-functions.php;h=85f7883078a5f5226e8435369198b3957897cff7;hb=fe89e4e71753cc300aaf77bd5b0e0c2c0c83bfeb;hp=5afd40c3dfed634e578d6b7437aeebfff6fcec74;hpb=013448f0470ca36ab15b888928e2127e6da7d9b6;p=mailer.git diff --git a/inc/request-functions.php b/inc/request-functions.php index 5afd40c3df..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] ?>