Skip to content

Instantly share code, notes, and snippets.

View yogithesymbian's full-sized avatar
🏠
Working from home

Yogi Arif Widodo yogithesymbian

🏠
Working from home
View GitHub Profile

Hello World

Hello World

Hello World

hello world is awesome

Hello World

Hello world is awesome

<?php
require_once 'db_function.php';
$db = new DB_Functions; //define in db_function.php line 5
//json response
$response = array("error"=>FALSE);
if (isset($_POST['email']) && isset($_POST['password']))
{
//receiving the post ( parameter )
<?php
require_once 'db_function.php';
$db = new DB_Functions; //define in db_function.php line 5
//json response
$response = array("error"=>FALSE);
if (isset($_POST['email']) && isset($_POST['password']))
{
//receiving the post ( parameter )