Skip to content

Instantly share code, notes, and snippets.

View geekygeeky's full-sized avatar
🚢
Shipping stuff 🚀

Olushola III geekygeeky

🚢
Shipping stuff 🚀
View GitHub Profile
<?php
// required headers
header("Access-Control-Allow-Origin: *");
header("Content-Type: application/json; charset=UTF-8");
header("Access-Control-Allow-Methods: POST");
header("Access-Control-Max-Age: 3600");
header("Access-Control-Allow-Headers: Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With");
include_once '../config/database.php';
include_once '../objects/product.php';