Quote:
Originally Posted by Easy5s.net
PHP Code:
<?php
// ####################### SET PHP ENVIRONMENT ########################### error_reporting(E_ALL & ~E_NOTICE);
// #################### DEFINE IMPORTANT CONSTANTS ####################### define('THIS_SCRIPT', 'premade');
// ######################### REQUIRE BACK-END ############################ require_once('./global.php');
?>
and error:
Unable to add cookies, header already sent.
File: premade.php
Line: 1

|
That isn't going to work. You need to follow the tutorial.