Webmaster Forum
Go Back   Webmaster Forums UK SEO SEM Webmaster Community Forum > General > General Webmaster Talk
Register FAQ Members List Downloads Calendar Search Today's Posts Mark Forums Read Webmaster Resources Webmaster Blogs

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-21-2007, 12:57 PM
Junior Member
 
Join Date: Aug 2007
Posts: 6
iTrader: 0 / 0%
StevieB is on a distinguished road
Default problem with Sessions

I'm trying to output sessions "row 0" "row 1" etc and all I get is either a blank output or "Array"

This was working before I put the loop in.
I think there's a problem with ['row '.$i]
I've tried
$row = "row ";
$row = $row.$i - but that doesn't work either.

Can anyone see where i'm going wrong?


The php is -

$query = " SELECT * FROM table ORDER BY RAND() LIMIT 1 ";
for($i = 0; $i <= 2; $i++)
{
if($result = mysql_query($query))
{
while( $output = mysql_fetch_row($result) )
{
// create name and output to session
$_SESSION ['row '.$i] = $output;
}
mysql_free_result($result);
}
}


the output page is

echo $_SESSION['row 0'];
echo ' <br>';
echo $_SESSION['row 1'];
echo ' <br>';
echo $_SESSION['row 2'];
echo ' <br>';

I can't think of any other way of creating row 0, row 1 in the loop.

Thanks in advance.
Steve.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Stumble this Post!
Reply With Quote
Reply


Useful Resources & Sites
Search Engine Marketing Company
UK Web Hosting
Build One Way Links
 
 
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
If you ever had this problem... darkstar_tfd General Webmaster Talk 8 11-06-2007 06:43 AM
problem with Sessions StevieB General Webmaster Talk 2 09-21-2007 02:35 PM
little problem Bisje Feedback (Don't holdback :) 6 09-20-2007 10:40 AM
Problem! smartu iG Shop 0 01-14-2004 03:41 AM
Problem Funnydummy iG Shop 0 11-04-2003 10:10 AM


All times are GMT. The time now is 04:02 PM.

UK Webmaster World Forums - Internet marketing, web development, domain names, SEO contest and discussuons.
Subscribe to our feeds   Subscribe to our feeds

Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0