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 6723899
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T09:37:27+00:00 2026-05-26T09:37:27+00:00

Hi i have a sorting question to ask. My database has images with Photoname

  • 0

Hi i have a sorting question to ask.

My database has images with “Photoname” as one of the columns in mySQL table.

Database:

Photoname
Apple
Bear
Cat
Orange

So in my catalog.php, I would display all the images from the database. Then, i have a navigation bar(div) to allow viewers to filter the images. So users can view by A | B | C… | Z|.

My question is with regards to the URL and approarch. I would create imagesort.php which would handle all the mySQL in a general way( so that i don’t have to waste time creating for A – Z).

Should the imagesort.php be something like imagesort.php?sort=A? Then in imagesort.php how can i get the value A? For example:
select photoname, date from image where photoname LIKE 'a%'

And also if the above way is correct, how can i parse this variable A to the link in catalog.php?
Here is what i’ve done so far in my catalog.php:

<ul>
<li><a href="imagesort.php?sort=A">A</a></li>
<li><a href="imagesort.php?sort=B">B</a></li>
<li><a href="imagesort.php?sort=C">C</a></li>
...
</ul>

Do i really have to do this for 26 entries? or is there a simpler method?

  • 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. Editorial Team
    Editorial Team
    2026-05-26T09:37:28+00:00Added an answer on May 26, 2026 at 9:37 am

    You can use something like this…

    <ul>
    <?php for($i=65;$i<90;$i++) { ?>
    <li><a href="imagesort.php?sort=&#<php echo $i;?>;">&#<php echo $i;?>;</a></li>
    <?php } ?>
    </ul>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Question about GridView sorting in VB.NET: I have a GridView with AutoGenerateColumns = True
I have a complex sorting problem with my SQL statement. I have a table
I have a problem with sorting items in table in PHP. Here is what
I have a huge table and I want simple sorting. It could be so
I have a question about the logic behind sorting and paging. Lets say you
I have a question about sorting. int[][] array = {{4,2},{1,7},{4,5},{1,2},{1,1},{4,1}}; After sorting this array,
I have a general JavaScript question. I'll give you my scenario and then ask
The question is whether built-in sorting of a Generic.List(Of T) is possible. We have
I have been searching for an existing question for this one, but i am
I want something similar to Mysql's sorting of data, but in jquery. I have

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.