PHP code example of hostnet / dead-tool
1. Go to this page and download the library: Download hostnet/dead-tool library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
hostnet / dead-tool example snippets
// push all data to the browser
@ob_flush();
@flush();
/* DYNAMIC LIVE FILE ANALYSIS */
$db = mysql_connect('servernamehere','usernamehere','passwordhere');
mysql_select_db('databasenamehere',$db);
$files = implode('\',\'',get_
ini
[php]
... lots of directives ...
; Automatically add files after PHP document.
; http://php.net/auto-append-file
auto_append_file="/your/path/to/append.php"