|
|
Vol. 10, Issue 278 - Wednesday, Oct. 5, 2005
| |  |
 |  |
/
// revised 2005-09-03
require('breaking.config.php');
// CONNECT TO MySQL
$link = mysql_connect($mysql_host);
if ( ! $link ) die ("Couldn't connect to MySQL");
@mysql_select_db($mysql_database,$link);
// DETERMINE PERIOD_DATE, 24 HOURS AGO
$today = date('ymdHis');
$p1_query = "select date_add('" . $today . "' , interval -24 hour)";
$p1_result = mysql_query($p1_query);
while ($p_row = mysql_fetch_row($p1_result)) {
foreach ($p_row as $field) $period_date = $field;
}
// DETERMINE PERIOD_MONTH, 2 MONTHS AGO
$p2_query = "select date_add('" . $today . "' , interval -2 month)";
$p2_result = mysql_query($p2_query);
while ($p2_row = mysql_fetch_row($p2_result)) {
foreach ($p2_row as $field) $period_month = $field;
}
// SEARCH NON-URGENT NEWS, 24 HOURS AGO, PRIORITY 0, 3, & 4
$urgent_query = "select * from breaking where date >= '" . $period_date . "' and priority <= '2' and visible='Yes' order by priority, date desc";
$results = mysql_query($urgent_query);
$numrows = mysql_num_rows($results);
// DISPLAY NON-URGENT NEWS
if ($numrows >= 1) {
print <<< Urgent_Open
ALERT: |
\n
Urgent_Open;
while ($a_row = mysql_fetch_array($results)) {
if ($a_row['priority'] == '0' || $a_row['priority'] == '1') {
$head = $a_row['headline'];
print <<< Urgent_Bulletin
\n
Urgent_Bulletin;
} elseif ($a_row['priority'] == '2') {
print <<< Urgent_Standard
\n
Urgent_Standard;
}
}
print <<< Urgent_Close
|
| | \n
Urgent_Close;
} else {
print "\n\n";
}
// CLOSE MYSQL CONNECTION
mysql_close($link);
exit;
/* FORMAT FOR URGENT
URGENT: |
// URGENT_BULLETIN
// URGENT_STANDARD
|
| | */
?>
|
|  |
(1996-Present)
W | T | F | S | S | M | T
Sections
|  |
|
On the Scene
John Berger
|
A Mancini and Waite weekend

A LATE NIGHT JAZZ DELIGHT: A handful of jazz fans enjoyed a great unscheduled jam session as Friday turned into Saturday last weekend when Gregg Field, left, and pianist Shelly Berg sat in with Steve Jones, second from left, and Tennyson Stephens at The Bistro at Century Center after their scheduled gig with Monica Mancini and the Honolulu Symphony. Carolyn Berry had invited Mancini, Field, Berg and a few close friends to join her for a late-night dinner in the private room at the Bistro after the concert, and Jones and Stephens asked Field if he'd like to sit in for a song a two after he finished eating. Berg joined them a few minutes later to make it a quartet.
|
|

GREAT JOB, MATT: Honolulu Symphony Pops Conductor Matt Catingub, right, talked music with Jimmy Borges and Carolyn Berry at The Bistro.
|
|

A PERFECT TRIBUTE: Tennyson Stephens, center, greeted Monica Mancini and Gregg Field. Mancini's Friday concert was a beautiful tribute to the music of her father, the late Henry Mancini. She also shared favorites from her current album, "Cinema Paradiso." Among the highlights of the show: "The Days of Wine and Roses," "Moon River" and "Peter Gunn."
|
|

WANT ROCK? GREG'S GOT IT: Concert promoter Greg Azus, left, talked backstage with veteran rocker John Waite just before showtime Saturday at the Pipeline Cafe. Azus presents Everclear at the Pipe this Saturday.
|
|

WAITE ROCKS THE PIPE: John Waite, front, rocked hard on Saturday with a powerful 70-minute set of classic English rock at the Pipeline Cafe. "Missing You," his million-selling solo hit, was the highlight of the show for pop fans, but the set list also included a good representation of Waite's work with the Babys and Bad English, and some of his newer solo material as well.
|
|

HAPPY HONEYMOON!: Newlyweds Craig and Violet Futter, visiting from Florida, enjoyed the John Waite concert in the upstairs lounge. Violet said she was surprised to recognize so many of the songs.
|
|
|
THIS ARTICLE

PRINTER-FRIENDLY";
/* USE #include virtual="/print/linkgen.inc.php" IN HTML FILES */
?>
E-mail to Features
THIS EDITION
Local News
Features
Sports
Business
Editorial
 |
June Watanabe |  |
S-B Photographers |  |
Corky Trinidad |  |
John Berger |  |
Tim Ryan |  |
Betty Shimabukuro |  |
Erika Engle |  |
Cynthia Oi |  |
Corky Trinidad |
|
|  |
 | |
|
|
 |
— ADVERTISEMENTS —
— ADVERTISEMENTS —
|