php delete acc

Solutions on MaxInterview for php delete acc by the best coders in the world

showing results for - "php delete acc"
Henri
15 Jan 2019
1<?php
2
3include_once $_SERVER['DOCUMENT_ROOT'] . '/initconfig.php';
4include_once 'php-login-form/user-dbop.php';
5$objUser = new User();
6$objUser->delete_account($_SESSION['user_id']);
7header('location:index.php');
8
similar questions
queries leading to this page
php delete acc