Philosophy Get To Know You Questions
Philosophy (Ethics, Philosophy & Religion)
Ultimately we all want to know what kind of a person we are talking to. What we chose to think about and how we make decisions says a volumes about who we are as a person. This section deals with questions of ethics and meaning. Religion is also addressed here all thought questions pertaining to specific religions are generally avoided. .
$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 questionsmaster where category1 = 'ethics' or category2 = 'ethics'");
$page = 1;
$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);
?>
The art of faking interest. Whether it is a business meeting, a job interview, or a first date, there are times that it is vitally important to be perceived as paying attention. The secret to be seen as interested is to be interested. The best case is to both feel and show genuine interest, If you are feeling it you will not have to worry about what you are presenting. The best way to have real interest in what some one is saying is to gently steer the conversation. A few will placed questions center on the other persons feelings, perspective and experience can steer a conversation to topics that are of actual importance and relevance to you. Imagine a job interview where you guide the conversation toward you strengths and successes. Imagine a first date that does not seem like a job interview.
Fun get to know you questions for all ages home
All Questions . . . <<Previous Page - Random Questons - Next Page>>
Page Number -1- -2- -3- -4- -5- -6-
See Questions on Health or Realationships
50 Firsts, 50 engaging questions life experiences and the first time you had them
$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 Quote from Quotes Order BY RAND() ") ;
$page = 1;
$index = 0;
while($row = mysql_fetch_array($result))
{
if($index > 2*$page && $index < 2*($page+1))
{
echo $row['Quote'] . " " ;
echo " ";
$index++;
}
elseif ($index > 25*($page+1))
{
break;
}
else
$index++;
}
mysql_close($conn);
?>
|