Quote:
Today at 11:49 AM hellsatan said this in Post #3
Hmm...
Nice idea, but I'm not too keen on this:
idea...
IMO:
PHP Code:
$DB_site->query(
is better
and:
PHP Code:
if ($redirect=="yes") {
should be
PHP Code:
if ($_GET['redirect']=="yes") {

Satan
|
For
PHP Code:
$DB_site->query();
, I'd either have to define the class and create the object for it, or include /forum/global.php
The way I've done it is good enough, in my opinion.