Php Delete Acc

[Solved] Php Delete Acc | Php - Code Explorer | yomemimo.com
Question : php delete acc

Answered by : terrible-tiger-4te6rscc8kfi

<?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 : https://www.alphansotech.com/how-to-create-login-page-in-php-with-database | Last Update : Sun, 10 Oct 21

Answers related to php delete acc

Code Explorer Popular Question For Php