Affiliate Marketing
Forum Search

Reply
 
LinkBack Thread Tools Display Modes

  #1 (permalink)  
Old 03-02-03
freebieholics
Guest
 
Posts: n/a
  What's wrong with this while statement?


This code connects succesfully, pulls the correct amount of records. But the while loop is causing it to not display the FIRST record. What have i done wrong?

Code:
   mysql_select_db($dbname,$db);
$infquery="select ......";
$infresult = mysql_query("$infquery")  ;
$infrows = mysql_fetch_array($infresult);

while ($infrows = mysql_fetch_array($infresult)) {

code to run

}
_ _ _ _

Any help is appreciated
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 03-02-03
bertm
Guest
 
Posts: n/a
  Re: What's wrong with this while statement?


<blockquote><strong><em>Quote:</em></strong><hr>
mysql_select_db($dbname,$db);
$infquery="select ......";
$infresult = mysql_query("$infquery") ;
//$infrows = mysql_fetch_array($infresult);

while ($infrows = mysql_fetch_array($infresult)) {

code to run

}
[/quote]

drop the line commented out, that gets the first result and then starting the while loop gets the second one without you ever using the first one.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-02-03
freebieholics
Guest
 
Posts: n/a
  Re: What's wrong with this while statement?


Cheers bertm,

I'd been looking at this page of code for nearly 3 days, and it was doing my head in. I should have posted here when the problem was solved. Silly thing was i have 2 other identicle (almost) statements in the page, working without the line, and i didn't even see it LOL.

I should have started the page from scrap, rather than tryiong to convert the old version. I'll learn one day.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
confessions & wrong moves! help req.. wrigles The Affiliate Marketing Lounge 9 08-04-05 03:45 PM
ASOS Christmas Trading Statement jess1 The Affiliate Marketing Lounge 19 22-01-04 03:36 PM


Affiliate Marketing RSS Feeds - Contact Us - Affiliate Marketing - Archive - Privacy Statement - Top

Content Relevant URLs by vBSEO 3.2.0 RC7