Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 161767
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T11:16:18+00:00 2026-05-11T11:16:18+00:00

function outputscores($mysqlquery,$reverse=false) { while($row = mysql_fetch_array($mysqlquery)) { echo ‘<img src=img/date.png /> ‘ . date(j

  • 0
function outputscores($mysqlquery,$reverse=false) {     while($row = mysql_fetch_array($mysqlquery))     {         echo '<img src='img/date.png' /> ' . date('j M Y',strtotime($row['timestamp'])) . '         <img src='img/time.png' /> ' . date('H:i:s',strtotime($row['timestamp'])) . '         <img src='img/star.png' /> '.$row['score'].$_GET['scoretype'].'<br />';     } } 

I need to reverse the array if $reverse is set to true, but PHP says that the mysql_fetch_array‘s output is not a valid array. Neither is $mysqlquery itself.

Is there any help?

Wow I’ve asked so many questions today ._.

EDIT

$result = mysql_query('SELECT * FROM $gid LIMIT 25') or throwerror(mysql_error());  outputscores($result); 

EDIT2 Another possible call:

$result = mysql_query('SELECT * FROM '.$gid.',users WHERE users.lastcheck < '.$gid.'.timestamp') or throwerror(mysql_error());  outputscores($result); 
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T11:16:19+00:00Added an answer on May 11, 2026 at 11:16 am

    Edit: Change your sql query to this:

    $mysqlquery='SELECT * FROM $gid'; 

    Change your function to this:

    function outputscores($mysqlquery,$reverse=false) {     if ($reverse==true)         $mysqlquery.=' ORDER BY id DESC LIMIT 25';     else         $mysqlQuery.=' LIMIT 25';     $result=mysql_query($mysqlquery);     while($row = mysql_fetch_array($result))     {        //Do output here     } } 

    Here, by adding the words ORDER BY id DESC you will make the records be ordered in descending order of the ‘id’ column in your table. By typing ASC instead of DESC you can have them ordered in ascending order. Also, you can replace ‘id’ with any other column from your table, for example timestamp, score, etc.

    Edit: Alternatively, you could also make a different function for adding the LIMIT and ORDER BY clause to the query. Then you could do something like this:

    $reverse=false;//or true $mysqlquery=addOrderBy('SELECT * FROM $gid',$reverse); outputScores($mysqlquery); 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 123k
  • Answers 123k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer You can add your own validation methods with addMethod function May 12, 2026 at 1:07 am
  • Editorial Team
    Editorial Team added an answer Try this example, <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Simple JQuery Modal Window… May 12, 2026 at 1:07 am
  • Editorial Team
    Editorial Team added an answer We did this and I am pretty sure you need… May 12, 2026 at 1:07 am

Related Questions

function outputscores($mysqlquery,$reverse=false) { while($row = mysql_fetch_array($mysqlquery)) { echo '<img src=img/date.png /> ' . date(j
function returnsAnArray () { return array ('test'); } echo returnsAnArray ()[0]; generates a syntax
Function FillAdminAccount() As Boolean FillAdminAccount = True Try SQLconn.ConnectionString = connect timeout=9999999; & _
function Submit_click() { if (!bValidateFields()) return; } function bValidateFields() { /// <summary>Validation rules</summary> ///
function main() { Hello(); } function Hello() { // How do you find out

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.