K

Kiran Koyande's Sourcecode-kk

I have great pleasure to bring out this blog for All
Engineering Students who are suffering from coding in
labs. blog provide various source-codes, projects, tips,
tricks

  • Rated2.8/ 5
  • Updated 1 Year Ago

Recent blog posts from Sourcecode-kk


Simple Encrypt and Decrypt using PHP and aes-256
Simple Encrypt and Decrypt using PHP and aes-256
   $key =""; $iv=''; function encryptFile($encKey, $encIV, $instr, $outPath) {     $sourceFile=$instr;     $ke......
1 Year Ago
BlogAdda
Send SMS using Infobip API | PHP | Curl call
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
BlogAdda
Send SMS using msg91 API | PHP | Curl call
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
BlogAdda
Most Useful common Regex collection
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. (......
4 Years Ago
BlogAdda
Most Useful common Regex collection
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. (......
4 Years Ago
BlogAdda