₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,331,242 members, 8,449,378 topics. Date: Tuesday, 21 July 2026 at 05:12 PM

Toggle theme

Jeebz's Posts

Nairaland ForumJeebz's ProfileJeebz's Posts

1 2 3 4 5 6 7 8 ... 12 13 14 15 16 (of 16 pages)

ProgrammingRe: Web Development Opportunity In Python And Django by jeebz: 7:52pm On Mar 27, 2012
I'm in
ProgrammingRe: [Help Request] Please How Can I Install Python!!!! by jeebz: 2:49pm On Mar 16, 2012
@op , to install Python on windows xp, u need to get an msi installer at http://www.python.org/getit/. Get Python 2.7 or python 3.2
ProgrammingRe: Help A Beginner Using Python by jeebz: 2:40pm On Mar 16, 2012
Learning Python by Mark Lutz still the best python book
PoliticsRe: Reasons Why The South-south And Igbos Want Nigeria separated And Why The Hausas And Yorubas dont by jeebz: 2:04pm On Feb 21, 2012
Get a life
Music/RadioRe: What Versions Of Oleku Have You Heard And Which Is Your Favourite? by jeebz: 9:49am On Feb 20, 2012
av u heard Vector's version?
SportsRe: AFCON 2012 Final: Zambia Vs Ivory Coast (8 - 7)Pens On 12th February 2012 by jeebz: 12:04pm On Feb 13, 2012
The Dead of Heaven don't sleep , April 1993 memories finally laid to rest
Jobs/VacanciesRe: FBN Group Calling? by jeebz: 3:06pm On Feb 09, 2012
@BOT4WHAT, what can we do?
Jobs/VacanciesRe: FBN Group Calling? by jeebz: 10:13am On Feb 09, 2012
@Koolvin, same situation here, got a text around 6:00 am this morning, but nothing in my inbox. Try calling the phone numbers included in the message
Jobs/VacanciesRe: Interested In Co-moderating This Section? by jeebz: 9:44am On Feb 08, 2012
I'm interested
ProgrammingRe: Home Page Logout On Page Refresh by jeebz(op): 1:20pm On Feb 07, 2012
Thank You, I 'll try ur solution grin
ProgrammingHome Page Logout On Page Refresh by jeebz(op): 10:33am On Feb 07, 2012
Help, i working on the authentication of my web app, but if I refresh the home page, the page logs out .
<?php
header("Cache-control: must-revalidate,post-check=0,pre-check=0"wink;
header("Cahe-Control:private"wink;
session_start();
if(isset($_SESSION['username'])){
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Home</title>
<link rel="stylesheet" type="text/css" href="main.css"/>
</head>
<body>
<?php
require_once('db.php');
require_once('functions.php');
$sql = "SELECT * FROM cds";
$result = mysql_query($sql);
//while ($row = mysql_fetch_assoc($results)) {
?>
<div id="you"><span>Logged in as:</span> <?php echo $_SESSION['username']?>
<a href="<?php do_logout()?>">Logout</a>
</div>
<div id="details">
<table border="1">
<th>ID</th>
<th>Thumbnail</th>
<th>Artist</th>
<th>AlbumName</th>
<th>No of Tracks</th>
<th>Date added</th>
<th>Genre</th>
<?php
while ($row = mysql_fetch_assoc($result)) {
echo "<tr>\n";
foreach($row as $value) {
echo "<td>\n";
echo $value;
echo "</td>\n";
}
echo "</tr>\n";
}
?>
</table>
</div>
</body>
</html>
<?php
}
else{
header('Location:index.php');
}
?>
PoliticsRe: National Summit Participants Are "Fools At 40 Or 70" - El-Rufai by jeebz: 10:20am On Feb 07, 2012
Pot calling Kettle black, He should just keep quiet
SportsRe: Stephen Keshi Invites 30 Players For Liberia Friendly by jeebz: 3:08pm On Feb 03, 2012
Where is Ibrahim Ajani of Sunshine Stars, he's a pretty good player, scored 19 goals last season
PoliticsRe: Nddc Budgets N1.3bn For Fumigation by jeebz: 3:07pm On Feb 03, 2012
The same way their own leaders rip them off, remember Alamiyseigha. Last the Traditional ruler from the region stated that the Ministry of Niger Delta claiming that 57billion allocated in the 2012 budget is paltry. When the N.D.D.C spends 1.2 billion on fumigation haba just to kill rats , cockroaches and mosquitoes. Oti po ju
ProgrammingRe: Python Programming by jeebz: 2:28pm On Feb 03, 2012
Any Django Developers in here?
ProgrammingRe: Lets Discuss What Programmers Stand To Gain From The Cashless Policy by jeebz: 3:29pm On Jan 23, 2012
Smart phone developers can push the limit with NFC applications which are already in use in Japan. You only swipe your phone at some terminal and cash transaction is completed.
ProgrammingRe: Python Programming by jeebz: 6:20pm On Jan 11, 2012
What about organizing a PyCon Nigeria sometimes next year. Check out http://www.pycon.org and http://www.pycon..com

ProgrammingRe: Python Programming by jeebz: 1:54pm On Jan 04, 2012
check out the Google Python page @ code.google.com/edu/languages/google-python-class
Jobs/VacanciesRe: FBN Group Calling? by jeebz: 1:45pm On Jan 04, 2012
For those dat didn't get the message, have faith as it may be a batch by batch thing
Jobs/VacanciesRe: FBN Group Calling? by jeebz: 1:20pm On Jan 02, 2012
How many people have received text messages? and I heard it is only those with a Second Class Upper that have received
PhonesRe: Your Most Played Track Right Now On Your Mobile Device List by jeebz: 6:28pm On Dec 21, 2011
Jesus Culture - Come Away
Jobs/VacanciesRe: Diamond Bank Recruitment by jeebz: 3:31pm On Dec 15, 2011
I tried it again @ 00:15 am, still it was bounced, what do I do?
Jobs/VacanciesRe: Fcmb Recruiting Graduate Trainees by jeebz: 5:38pm On Dec 07, 2011
I learn dat people have started writing test @ their branch on Creek Road in Apapa, who can confirm dis?

1 2 3 4 5 6 7 8 ... 12 13 14 15 16 (of 16 pages)