Cheetah
Variables
click.php File Reference

Go to the source code of this file.

Variables

 $ID = urldecode($_SERVER['QUERY_STRING'])
 
 $bann_arr = db_arr("SELECT `ID`, `Url` FROM `sys_banners` WHERE `ID` = $ID LIMIT 1")
 
 $Url = $bann_arr['Url']
 
if( $ID > 0) else
 

Variable Documentation

◆ $bann_arr

$bann_arr = db_arr("SELECT `ID`, `Url` FROM `sys_banners` WHERE `ID` = $ID LIMIT 1")

Definition at line 14 of file click.php.

◆ $ID

$ID = urldecode($_SERVER['QUERY_STRING'])

This work, "Cheetah - https://www.cheetahwsb.com", is a derivative of "Dolphin Pro V7.4.2" by BoonEx Pty Limited - https://www.boonex.com/, used under CC-BY. "Cheetah" is licensed under CC-BY by Dean J. Bassett Jr. CC-BY License - http://creativecommons.org/licenses/by/3.0/

Definition at line 11 of file click.php.

◆ $Url

$Url = $bann_arr['Url']

Definition at line 16 of file click.php.

◆ else

if ($ID > 0) else
Initial value:
{
echo "No such link"

Definition at line 24 of file click.php.