|








Sponsors
& Funding
Links
require('cpsafterschool/con_func.php');
$connection = o_con();
$sql = "SELECT * FROM Sponsors ORDER BY UPPER(Sponsor_Name)";
$sth = OCIParse($connection, $sql);
$rslt = OCIExecute ($sth);
while ( OCIFetchInto($sth,$row,OCI_ASSOC) > 0) {
$SponsorID = $row["SPONSORID"];
$Sponsor_Name = $row["SPONSOR_NAME"];
$Sponsor_Web_Site = $row["SPONSOR_WEB_SITE"];
$url = $Sponsor_Web_Site;
if (strlen($url) < 5) {continue;}
if ( (strpos($url,"http://") === FALSE) && (strpos($url,"https://") === FALSE)){
$url = "http://".$url;
}
$lbit = $url;
if (strlen($lbit) == 7) {continue; }
$pbit="";
if (strlen($lbit) > 30) {
while (strlen($lbit) > 30 ) {
$a = array();
$a[] = strpos($lbit, "_",20);
$a[] = strpos($lbit, "/",20);
$a[] = strpos($lbit, ".",20);
sort($a);
$b=30;
while ($a[0] < 30 && sizeof($a)>0) {
$b = array_shift($a) +1;
}
if ( $b<20 ){$b=30;}
$pbit .= substr($lbit,0,$b) . " \n";
$lbit = substr($lbit,$b);
}
$pbit .= $lbit;
}
else {$pbit = $lbit;}
echo "$Sponsor_Name:
$pbit ";
}
?>
|
|
|
Funding
The CPS Office of Extended Learning Opportunities
supports Academic and Enrichment After
School Programs.
For questions regarding After-School All-Stars, please contact Mandee Polonsky at
773-553-1499. For questions regarding After School Counts, please contact Carolina
Ortega at 773-553-2220.
Sponsors
if (!isset($school)) {$school = "A";}
$sql = "SELECT * FROM Sponsors ORDER BY UPPER(Sponsor_Name)";
$sth = OCIParse($connection, $sql);
$rslt = OCIExecute ($sth);
while ( OCIFetchInto($sth,$row,OCI_ASSOC) > 0) {
$SponsorID = $row["SPONSORID"];
$Sponsor_Name = $row["SPONSOR_NAME"];
$Sponsor_Web_Site = $row["SPONSOR_WEB_SITE"];
$Sponsor_Description = $row["SPONSOR_DESCRIPTION"];
$url = $Sponsor_Web_Site;
if ( (strpos($url,"http://") === FALSE) && (strpos($url,"https://") === FALSE) && strlen($url) > 5){
$url = "http://".$url;
}
echo "
$Sponsor_Name
$Sponsor_Description
$Sponsor_Web_Site
";
}
?>
Return to top
|
 |
 |
 |
| |
____________
ASAR
After School Attendance Reporting
To enter after
school attendance please click on this
link.
Learn more with
the "ASAR Step by Step Guide"
here.
For
questions regarding ASAR reporting, please call the ASAR
Help Line at 312-612-8229.
____________
|
|
 |
 |
 |
|