Cheetah
Variables
get_rss_feed.php File Reference

Go to the source code of this file.

Variables

 $sMemberRSSSQL = "SELECT `RSSUrl` FROM `ch_crss_main` WHERE `ID`='". (int)ch_get('ID') ."' AND `Status`='active'"
 
 $sCont = db_value( $sMemberRSSSQL )
 
 $sUrl = $sCont
 

Variable Documentation

◆ $sCont

$sCont = db_value( $sMemberRSSSQL )

Definition at line 12 of file get_rss_feed.php.

◆ $sMemberRSSSQL

$sMemberRSSSQL = "SELECT `RSSUrl` FROM `ch_crss_main` WHERE `ID`='". (int)ch_get('ID') ."' AND `Status`='active'"

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 get_rss_feed.php.

◆ $sUrl

$sUrl = $sCont

Definition at line 17 of file get_rss_feed.php.