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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T17:25:35+00:00 2026-05-28T17:25:35+00:00

I used to spend a lot of my PHP code building complex mySQL queries.

  • 0

I used to spend a lot of my PHP code building complex mySQL queries. For some reason in my switch to PDO I’m also trying to write cleaner and simpler SQL – maybe because I can’t just dump the query out on an error.

Anyway, I have a function where I want to show users a specific chunk of data that applies to them, unless the user is logged in as an admin in which case the admin sees all of the data.

I was thinking of doing this:

SELECT col_a, col_b FROM some_table WHERE cond_1 = 'something' AND IF (admin_user = :logged_in_user, 1=1, userID = :logged_in_user)

Is this method considered the “correct” practice, or is it better to just use conditional logic in PHP to build the WHERE clause?

  • 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-28T17:25:36+00:00Added an answer on May 28, 2026 at 5:25 pm

    Well I would say that both could be made secure, but it seems like the MySQL solution could be more error-prone. Doing it in PHP seems like it would make more sense since PHP is probably what is handling your login sessions and the MySQL would probably be getting that data from PHP anyway. Go to the source, I say.

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

Sidebar

Related Questions

I'm trying to send email with some images attached in django. Code used is
I used to love using IntelliJ but my new company doesn't spend money on
I have used the smtp class to send emails through code. Can I use
I am trying to speed up an often used query. Using a CompiledQuery seemed
I have never used virtualization, and am trying to get up to speed. My
I'm currently using mysql w/ PHP because that's what I learned and haven't ever
What's an appropriate way of measure a PHP objects actual size in bytes/kilobytes? Reason
I'm trying to send a lot of data from a form using the $.post
I want to run a web application on php and mysql, using the CakePHP
As a programmer I spend a lot of hours at the keyboard and I've

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.