Skip to content

Instantly share code, notes, and snippets.

View bhuvanbalasubramanian's full-sized avatar

Bhuvaneswaran Balasubramanian bhuvanbalasubramanian

View GitHub Profile
@bhuvanbalasubramanian
bhuvanbalasubramanian / curl-get.php
Created August 9, 2020 18:28 — forked from lesstif/curl-get.php
PHP CURL POST example
<?php
$url = 'http://google.com';
if ($argc > 1){
$url = $argv[1];
}
$ch=curl_init();
// user credencial
Option Explicit
Public Pws As Worksheet, Sws As Worksheet, ParticipantName As String
Sub sendCertEMail()
Dim count As Integer, NoOfParticipants As Integer, FilePath As String, ToEmail As String, ASMEmail As String
Set Pws = Worksheets("SheetA")
Set Sws = Worksheets("SheetB")
NoOfParticipants = 10 'Set the no. of participants to send the books