Skip to content

Instantly share code, notes, and snippets.

@mahbub-shohag
Created October 5, 2016 03:32
Show Gist options
  • Save mahbub-shohag/5ff841a04a8b0be2d851224455569e19 to your computer and use it in GitHub Desktop.
Save mahbub-shohag/5ff841a04a8b0be2d851224455569e19 to your computer and use it in GitHub Desktop.
<?php
include_once ('../../vendor/autoload.php');
use App\Courses\Courses;
/*print_r($_REQUEST);
die();*/
$obj = new Courses();
$_SESSION['All_data'] = $_POST;
$obj->prepare($_POST)->store();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment