Gratitude is good medicine for organ recipients
“We found that increased feelings of gratitude can cause people’s well-being and quality of life to improve,” said Robert Emmons, a UC Davis professor who specializes in the study of gratitude."
include '../includes/vars.inc'; include '../share/head-inc.php'; include '../mail_form_hover.php'; $hostname_logon = "localhost" ; $database_logon = "misterco_articles" ; $username_logon = "misterco_slamja" ; $password_logon = "lajones" ; //open database connection $connections = mysql_connect($hostname_logon, $username_logon, $password_logon) or die ( "Unable to connect to the database" ); //select database mysql_select_db($database_logon) or die ( "Unable to select database!" ); $topic = "Self Improvement and Motivation"; $page = $_REQUEST['page']; if ($_REQUEST['id']){ $id = $_REQUEST['id']; // retrieve the rows from the database $query = "SELECT * FROM `articles` WHERE `id`='$id' "; $result = mysql_query( $query ); $myrow = mysql_fetch_array($result); } ELSE { // retrieve the rows from the database // $query = "SELECT * FROM `articles` WHERE `category`='Self Improvement and Motivation' ORDER BY RAND() LIMIT 1"; // Set to a specific record to see if Adsense works better - 06-03-06 $query = "SELECT * FROM `articles` WHERE `category`='Self Improvement and Motivation' AND `id`='33712' LIMIT 1"; $result = mysql_query( $query ); $myrow = mysql_fetch_array($result);} $cat = $myrow['category']; $query_2 = 'SELECT * FROM `articles` WHERE `category`=\'Self Improvement and Motivation\' AND `articletext` LIKE CONVERT(_utf8 \'%gratitude%\' USING latin1) COLLATE latin1_swedish_ci ORDER BY RAND() LIMIT 4 '; $result_2 = mysql_query( $query_2 ); ?> $sql_meta = "SELECT * FROM `meta_tags` WHERE `category`='$cat' LIMIT 0, 30 "; $metatags = mysql_query( $sql_meta ); $my_meta = mysql_fetch_array($metatags); ?>
|
|
||||||||||||||||