File manager - Edit - /home/autoph/public_html/connectv1/app/customer/customerv2.php
Back
<?php include('../../cfg/db.php'); include('../../api/customer/customerv2.php'); $customer = new Customer(); $type = $_REQUEST['type']; switch(intval($type)){ case 1: //create //implementations $customer->create('Clarence','Andaya',$db); break; case 2: //read //implementations $customer->read(123,$db); break; case 3: //update //implementations $customer->update(123,'Clarence','Andaya',$db); break; case 4: //delete //implementations $customer->delete(123,$db); break; } ?>
| ver. 1.4 |
.
| PHP 7.3.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings