|
Most Recent Get To Know You Questions
In fact,
The last 100 Questions
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.
Fun get to know you questions for all ages home
<<Previous Page - Random Questons - Next Page>>
Page Number -1- -2- -3- -4
"http://www.gettoknowu.com/Img/Reading_Book_90.jpg",
"quote" => "How to make new friends, ",
"link_url" => "http://www.gettoknowu.com/LifeLessons/new_friends_at_school.php",
"link_text" => "going back to school"
),
array
(
"image" => "http://www.gettoknowu.com/Img/investigation_orange_90.jpg",
"quote" => "When was your first time, ",
"link_url" => "http://www.gettoknowu.com/LifeLessons/When_Was_Your_First_Time_Questions_01.php",
"link_text" => "Fifty Firsts"
),
array
(
"image" => "http://www.gettoknowu.com/Img/Got_Questions_90.jpg",
"quote" => "What to talk about on a first date, ",
"link_url" => "http://www.gettoknowu.com/LifeLessons/First_Date_Small_Talk.php",
"link_text" => "first date small talk"
),
array
(
"image" => "http://www.gettoknowu.com/Img/Got_Questions_90.jpg",
"quote" => "How to talk to a boy, ",
"link_url" => "http://www.gettoknowu.com/LifeLessons/how_to_talk_to_a_boy.asp",
"link_text" => "in 4 easy steps"
),
array
(
"image" => "http://www.gettoknowu.com/Img/Reading_Book_90.jpg",
"quote" => "30 Moral Quandaries, ",
"link_url" => "http://www.gettoknowu.com/LifeLessons/Hypothetical_Moral_Quandaries.php",
"link_text" => "questions to make you think."
),
array
(
"image" => "http://www.gettoknowu.com/Img/Got_Questions_90.jpg",
"quote" => "The best humorous and funny questions, ",
"link_url" => "http://www.gettoknowu.com/LifeLessons/Thought_Provoking_Questions_01.php",
"link_text" => "101 ponderable questions"
),
array
(
"image" => "http://www.gettoknowu.com/Img/puzzlesoup_link_90.jpg",
"quote" => "The best collection of rebus puzzles on the web courtesy of ",
"link_url" => "http://www.gettoknowu.com/LifeLessons/Thought_Provoking_Questions_01.php",
"link_text" => "PuzzleSoup"
),
array
(
"image" => "http://www.gettoknowu.com/Img/coorado_flag_90.jpg",
"quote" => "Colorados Best, A collection on the unique and interesting things found ",
"link_url" => "http://www.onlycolorado.com",
"link_text" => "Only in Colorado"
),
array
(
"image" => "http://www.gettoknowu.com/Img/top_Questions_90.jpg",
"quote" => "user favorite questions, ",
"link_url" => "http://www.gettoknowu.com/Top_Questions.php",
"link_text" => "best of Get To Know U"
),
array
(
"image" => "http://www.gettoknowu.com/Img/top_Questions_90.jpg",
"quote" => "The 50 most common ",
"link_url" => "http://www.gettoknowu.com/LifeLessons/Common_Interview_Questions_01.php",
"link_text" => "interview questions"
),
array
(
"image" => "http://www.gettoknowu.com/img/orange_shaking-hands-90.jpg",
"quote" => "13 Questions to ask and answer before you ",
"link_url" => "http://www.gettoknowu.com/LifeLessons/LifeLessons_Loan_Money_to_a_Friend.php",
"link_text" => "loan anyone money"
),
array
(
"image" => "http://www.gettoknowu.com/Img/Grab_Bag_90.jpg",
"quote" => "25 Random get to know you ",
"link_url" => "http://www.gettoknowu.com/All/AllQuestions_09.php",
"link_text" => "questions"
)
);
$i = mt_rand(0, count($random) - 1);
$size = "";
if(file_exists($random[$i]['image']))
{
$size = " ".array_slice(getimagesize($random[$i]['image']), 3, 1);
}
?>
alt="" />
php
$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);
?>
| |