Jump to content
xisto Community
Nqon

The First Row Keeps Disappearing! when using while

Recommended Posts

I have this:while($data_inn_n1 = mysql_fetch_array($db_query_inn_n1)){ echo "<a href='?side="; echo $data_inn_n1['side']; echo "' class='meny'>» "; echo $data_inn_n1['tittel']; echo "</a>";and lets say i have this in the database, first is 'side', second is 'tittel':home - Homepageabout - About Usguide - Guideblah - Blahcontact - Contact Usthen it will show in the print out:<a href '?side=home' class='meny'>About Us</a><a href '?side=guide' class='meny'>Guide</a><a href '?side=blah' class='meny'>Blah</a><a href '?side=contact' class='meny'>Contact Us</a>For some stupid reason it always skips the first! Its really annoying! Can someone understand why its like that?

Share this post


Link to post
Share on other sites

Dear Nqon,

 

Please show the contents of $db_query_inn_n1 so that we know what the SQL statements are.

<{POST_SNAPBACK}>


Some programmers always made this small error when using the LIMIT keyword..

 

Some of those I have seen used this thing at the end LIMIT 1, any_number which skips the first thing it sees..

 

To get the better idea and a much exact answer.. we need to know what the query is.. Nqon, please include the query itself next time.. :(

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.