I want to do more than 1 insert using PDO and a php file, can I?
Example:
<?php
ini_set('display_errors', true);
error_reporting(E_ALL);
header('Access-Control-Allow-Origin: *');
header('Access-Control-Allow-Methods: GET, POST, OPTIONS');...
asked by
01.02.2016 / 19:17