Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

php delete acc

<?php

include_once $_SERVER['DOCUMENT_ROOT'] . '/initconfig.php';
include_once 'php-login-form/user-dbop.php';
$objUser = new User();
$objUser->delete_account($_SESSION['user_id']);
header('location:index.php');
Source by www.alphansotech.com #
 
PREVIOUS NEXT
Tagged: #php #delete #acc
ADD COMMENT
Topic
Name
5+5 =