X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Frequest-functions.php;h=7f15d42b50ef443093f49c74263f1f4a13786ac6;hb=150ed402878985508f10f4e06d25831e0fb3a1f8;hp=a3ff1de26a65fb576a319bacad583deedebbcabe;hpb=b8892098435a551703b16c4adf9beb139e29f5b1;p=mailer.git diff --git a/inc/request-functions.php b/inc/request-functions.php index a3ff1de26a..7f15d42b50 100644 --- a/inc/request-functions.php +++ b/inc/request-functions.php @@ -1,7 +1,7 @@ $value) { + // Add it secured + $return .= sqlEscapeString($key) . '=' . sqlEscapeString($value) . '&'; + } // END - foreach + + // Remove trailing & + $return = substr($return, 0, -5); + + // Return it + return $return; +} + // [EOF] ?>