Humor - These funny questions will make you laugh and they will make you think. They are designed to be thought provoking and entertaining. They are clever and engaging. Most of all they are just a fun bunch of questions.
99 Humorous, amusing and thought provoking questions and ponderables.
$dbhost = 'custsql-ywh01.yourwebhostingmysql.com:3306';
$dbuser = 'trevorvernon';
$dbpass = '88888888tv';
$conn = mysql_connect($dbhost, $dbuser, $dbpass);
$dbname = 'gtku';
mysql_select_db($dbname, $conn);
$result = mysql_query("SELECT question from lifelesons where GroupName = 'Ponderables' ");
$page = 3;
$index = 0;
while($row = mysql_fetch_array($result))
{
if($index > 25*$page && $index < 25*($page+1))
{
echo $row['question'] . " " ;
echo " ";
$index++;
}
elseif ($index > 25*($page+1))
{
break;
}
else
$index++;
}
mysql_close($conn);
?> A new get to know you question every day. Join the conversation on facebook.