Initial Commit
This commit is contained in:
10
action/carrera_find.php
Normal file
10
action/carrera_find.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
$ruta = '../';
|
||||
require_once '../include/bd_pdo.php';
|
||||
global $pdo;
|
||||
|
||||
$sql = "SELECT * FROM fs_carreras(:fac, null, null)";
|
||||
$params = [':fac' => $_POST['fac_id']];
|
||||
|
||||
echo json_encode(query($sql, $params, false));
|
||||
?>
|
||||
Reference in New Issue
Block a user