=0 limit 1;"; $result = $db->query($query); $entry_count = $db->num_rows($result); //if no match, redirect out of here if ( $entry_count == 0 ) { header( "Location: /" ); exit; } $e = $db->fetch_assoc($result); $gbl->page_title = 'Diner Lingo: ' . $e['phrase']; $gbl->meta_key= 'Diner Lingo Dictionary ' . $e['phrase'] . ' ' . $e['definition']; $gbl->meta_desc = 'Learn what ' . $e['phrase'] . ' means from the largest diner lingo dictionary on the web.'; $gbl->getHeader(); //$db->debug = 1; // select next button link $query = "select * from dictionary where sort_by > '" . $e['sort_by'] . "' and cool>=0 order by sort_by limit 1;"; $next_menu_result = $db->query($query); $next_menu_array = $db->fetch_assoc($next_menu_result); $next_link = ($db->num_rows($next_menu_result)) ? '/dictionary/'.$next_menu_array['sort_by'] : '/dictionary/'; ?>
"= $e['phrase'] ?>"
Q:
What does "= $e['phrase'] ?>" mean?
A:
If you hear a waitress say "= $e['phrase'] ?>" at a diner or restaurant, it's just another way to say "= $e['definition'] ?>." = $e['comments'] ?>
There are hundreds of other popular diner lingo phrases - to learn more, check out the links below or browse the rest of our restaurant slang dictionary.
|