PHP error
Posted by
«MâtRїx»
- rename fail yg ingin di check cth: index.php kpd index.inc.php
- create satu fail baru index.php, then copy paste code di bwh ke dlm index.php
error_reporting(E_ALL);
ini_set('display_errors', '1');
require('index.inc.php');
atau
- katakan fail yg ingin di check tu namanya utama.php
- create satu fail check.php, then copy paste code di bwh ke dlm check.php
error_reporting(E_ALL);
ini_set('display_errors', '1');
include('utama.php');
then run http://www._________.com/check.php
Monday, September 23, 2013 | 0 Comments
Subscribe to:
Comments (Atom)

