Simple Encrypt and Decrypt using PHP and aes-256
$key =""; $iv=''; function encryptFile($encKey, $encIV, $instr, $outPath) { $sourceFile=$instr; $ke......
2 Years Ago
Send SMS using Infobip API | PHP | Curl call
Recently I used Infobip SMS gateway for my client. It is Wocommerce website. so we are sending SMS communication for various Wocommerce even......
2 Years Ago
Send SMS using msg91 API | PHP | Curl call
Msg91 is a my preferred SMS gateway. I used in most of the Apps and websites. Requirement for SMS send using API. 1) MSG91 account and Authe......
2 Years Ago
Most Useful common Regex collection
The most commonly used and useful regexes collection. 1) Trim trailing spaces => ^[\s]*(.*?)[\s]*$ 2) Matches any valid HTML tag. (......
5 Years Ago
Most Useful common Regex collection
The most commonly used and useful regexes collection. 1) Trim trailing spaces => ^[\s]*(.*?)[\s]*$ 2) Matches any valid HTML tag. (......
5 Years Ago