Health Partner Resource Tools |
Topic:
Warning: Undefined variable $cat in /home/u302402433/domains/mysmokefreehousing.org/public_html/topic_template.php on line 141
Deprecated: urldecode(): Passing null to parameter #1 ($string) of type string is deprecated in /home/u302402433/domains/mysmokefreehousing.org/public_html/topic_template.php on line 141
|
$cat1=urldecode($cat);
$sql = "SELECT * from advocacy WHERE category=\"$cat1\" ORDER BY title";
//$result = mysql_query($sql, $gaspdb);
$result = mysqli_query($gaspdb, $sql);
//echo $sql;
echo "";
//$prevcat = "";
while ($row = mysqli_fetch_array($result)) {
//if ($prevcat != $row[1])printf("%s%s%s%s%s\n", " ", $row[1], "");
echo " ";
if ($row['PDF']=='yes'){
echo " " . $row["title"] . " (PDF)";
}
else if ($row['WORD']=='yes'){
echo " ". $row['title'] . " (WORD/HTML)";
}
else if ($row['MP3']=='yes'){
echo " ". $row['title'] . " (MP3)";
}
else if ($row['PPT']=='yes'){
echo " ". $row['title'] . " (Powerpoint)";
}
else if ($row['URL_loc'] !='0' && $row['URL_loc'] !=''){
echo " ". $row['title'] . " (External Link)";
}
else
echo " ". $row["title"] . " (HTML)";
}
?>
Looking for additional information? Select a topic:
Warning: Undefined variable $gaspdb in /home/u302402433/domains/mysmokefreehousing.org/public_html/topic_template.php on line 182
Warning: Undefined variable $cattype in /home/u302402433/domains/mysmokefreehousing.org/public_html/topic_template.php on line 182
Fatal error: Uncaught TypeError: mysqli_query(): Argument #1 ($mysql) must be of type mysqli, null given in /home/u302402433/domains/mysmokefreehousing.org/public_html/topic_template.php:182
Stack trace:
#0 /home/u302402433/domains/mysmokefreehousing.org/public_html/topic_template.php(182): mysqli_query()
#1 {main}
thrown in /home/u302402433/domains/mysmokefreehousing.org/public_html/topic_template.php on line 182
|