Jump to content

Search the Community

Showing results for tags 'custom api using json or xml'.

  • Search By Tags

    • custom api using json or xml ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 1 result

  1. Below is the code to create your own api using prestashop database. webservice.php <?php error_reporting(-1); ini_set('display_errors', 'On'); //if(isset($_GET['format']) && intval($_GET['num'])) { //Set our variables $format = strtolower($_GET['format']); //$num = intval($_GET['num']); $db_ho...
×
×
  • Create New...