PHP Classes

File: app/views/api.php

Recommend this page to a friend!
  Classes of Ali YILMAZ   PHP API Service   app/views/api.php   Download  
File: app/views/api.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP API Service
Implements a project API using the Mind framework
Author: By
Last change:
Date: 2 years ago
Size: 628 bytes
 

Contents

Class file image Download
<!DOCTYPE html>
<html lang="en">
<head>
    <base href="<?=$this->base_url;?>">
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Test API</title>
</head>
<body>
    <form action="api" method="post">
        <input type="text" name="partner_name" placeholder="partner_name" value="getir">
        <input type="text" name="partner_token" placeholder="partner_token" value="9zQ37rnquAdsw4">
        <?=$_SESSION['csrf']['input'];?>
<input type="submit" value="Submit">
    </form>
   
</body>
</html>