PHP Web Host - Quality Web Hosting For All PHP Applications Just Great Software
  Login or Register
 • Home • Downloads • Your Account • Forums • 

View next topic
View previous topic


Google
 
Web RavenPHPScripts (This Site)
Post new topic   Reply to topic
Author Message
Gremmie
Former Moderator in Good Standing


Joined: Apr 06, 2006
Posts: 2401
Location: Iowa, USA

PostPosted: Sun Aug 26, 2007 9:35 pm Reply with quote Back to top

Remove the line that has the first $db->sql_fetchrow(). You want to only call $db->sql_fetchrow() inside your loop. That is why you are loosing the first row. Something like this:

Code:

$sql3 = "SELECT DispositionCode FROM ".$prefix."_SunMediaManualPhoneListDispositionCodes";
$result3 = $db->sql_query ($sql3) or die(mysql_error());

echo '<select name="outcome">';
while ($row3 = $db->sql_fetchrow($result3)) {
   echo '<option>'.$row3["DispositionCode"].'</option>';
}
echo '</select>';
View user's profile Send private message
spyrule
Worker
Worker


Joined: Jun 06, 2006
Posts: 105

PostPosted: Sun Aug 26, 2007 9:44 pm Reply with quote Back to top

Awww yeah!,

Thank you so VERY VERY much. I have been beating my brain for the better part of an hour of that stupid little trick! LOL!.

huhhhhh... now I just gotta dump this info back into the Db. lol.
View user's profile Send private message Visit poster's website
Display posts from previous:       
Post new topic   Reply to topic

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Forums ©
 

All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2002-2008 by Raven
Proud to be listed at Lobo Links Web Directory

You can syndicate our news using the file xml

CSE HTML Validator Helped Clean up This Page! [Valid RSS] valid RSS 2.0 Valid robots.txt Stop Spam Harvesters, Join Project Honey Pot

Website engines core code is © copyright by PHP-Nuke but has been heavily patched and modified by myself and others.
PHP-Nuke is a free software released under the GNU/GPL.


:: fisubice phpbb2 style by Daz :: PHP-Nuke theme by www.nukemods.com ::

:: fisubice Theme Recoded To 100% W3C CSS & HTML 4.01 Transitional Compliance by Raven and 64bitguy ::

:: W3C CSS Compliance Validation :: W3C HTML 4.01 Transitional Compliance Validation ::

zerosum