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

  • Home
  • SEARCH
  • 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 4049996
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T14:00:55+00:00 2026-05-20T14:00:55+00:00

.Hi guys, i need a little help with a project that i’m currently working

  • 0

.Hi guys, i need a little help with a project that i’m currently working on.

I have this database where i have a table containing records of students from different departments namely:

Dept1
Dept2
Dept3
Dept4
Dept5 

in my batch.php i have two dropdown menus for Batch(which is the name of the tables) and Department(a field used for sorting).

what i want to do is that when the user chooses a Batch and a Department and then clicks the submit button, it will automatically assign the values chosen to a MySQL query for the SELECT method. the SELECT query should now retrieve all records from the table sort it by department but will display first the Department that was chosen above.

.Any help would be much appreciated. Thanks in advance and more power!

  • 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-20T14:00:56+00:00Added an answer on May 20, 2026 at 2:00 pm

    You can sort by a boolean expression, which will return 1 when true and 0 when false.

    <?php
        $batch = mysql_real_escape_string($_POST['batch']);
        $department = mysql_real_escape_string($_POST['department']);
    
        $query = "SELECT * FROM `" . $batch . "`" .
            " WHERE department = '" . $department . "'" .
            " ORDER BY department = '" . $department . "' DESC, department;
    ?>
    

    Update: You should validate the $batch argument that it is a valid table expected, the code as is is vulnerable to SQL injection.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need a little help writing a query. I have this data... vDir iNumber
Hay guys, i need help with a REGEX. I have the got the value
Hey guys, I'm working on a project. I need to use the function cvFindHomography
I really need help with interfaces in general... Any resources that you guys would
guys! I am working on a project, which has to have same (as possible)
Guys i need some help here , im getting this error here at the
hey there guys and girls i have this code that saves json as a
Hey guys, I have a little issue here. I need my users to be
Hey guys I need to print a project that I wrote in C to
Hey guys, thanks for all the help that you can provide. I need a

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.