Display last record first.


Posted on 16th Feb 2014 07:03 pm by admin

I need some help how put the last record first and first record last.

Thanks

Did you know?Explore Trending and Topic pages for more stories like this.
Code: <?php
include("connect.php");

$query="SELECT * FROM MyNotes ";
$result=mysql_query($query);
$num = mysql_num_rows ($result);
mysql_close();

if ($num > 0 ) {
$i=0;
while ($i < $num) {
$username = mysql_result($result,$i,"username");
$notes = mysql_result($result,$i,"notes");
$id = mysql_result($result,$i,"id");

echo "<b>notes:</b> $notes
";
echo "<hr><BR>";

++$i; } } else { echo "The database is empty"; }?>
No comments posted yet

Your Answer:

Login to answer
210 Like 29 Dislike
Previous forums Next forums
Other forums

Multiple Options for a Single Page
For this example I want to use the Handlers option which is under Fed Admin and all the related codi

how to populate a drop down box
Hi buddies!

PROCEDURE DOWNLOAD_REPORT_FORM (report_name varchar) is begin DOWNLO

Error Messaging not working
I changed the way my form tells the user of an error. But I can't seem to get it to work properly.

Web Application Recipe
Hi Guys!

I am working with the Web Application recipes. I am currently working on the sen

login from external site
Hi my new experience begins, Now what i am trying to do is i make three pages, login.php logout.php

Help with simple query
Hi,

I'm trying to do a Query with a Union where I want to print the number of rows $tc conta

why isn't this PHP code working ???
it's suppose to find a name on the database.

<?php

$s = $_POST["lname&

first id from db not showing
I have a php script which displays the content of a mysql table as a html table with sorting, delete

Connection Timeout
I'm using xmii 12.0

I'm calling a transaction as a web service from a windows application

Form always sends to error page...
Hello,
Any help will be greatly appreciated. I am having trouble getting multiple fields to be re

Sign up to write
Sign up now if you have flare of writing..
Login   |   Register
Follow Us
Indyaspeak @ Facebook Indyaspeak @ Twitter Indyaspeak @ Pinterest RSS



Play Free Quiz and Win Cash