Skip to content

Instantly share code, notes, and snippets.

View Sourabh-Semalty's full-sized avatar
💭
Levelling Up day by day

Sourabh Semalty Sourabh-Semalty

💭
Levelling Up day by day
View GitHub Profile
<?php
/*
DATA ARRAY EXAMPLE
$form_data = array(
'first_name' => $first_name,
'last_name' => $last_name,
'email' => $email,
'address1' => $address1,
'address2' => $address2,
'address3' => $address3,