β‘ Lightning Fast, Ultra Relevant, and Typo-Tolerant Search Engine π
π
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
error_reporting(E_ALL); | |
require realpath(dirname(__FILE__)) . '/Classes/PHPExcel.php'; | |
$objPHPExcel = new PHPExcel(); | |
// DEMO ONLY (potentially unsafe) | |
$data = json_decode($_POST['json']); | |
$key = $_POST['key']; |