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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T00:53:41+00:00 2026-05-22T00:53:41+00:00

I have an user table like this:- guid | username | password | firstname

  • 0

I have an user table like this:-

               guid                | username |             password             | firstname | lastname  | location | emailaddress |   userrole
-----------------------------------+----------+----------------------------------+-----------+-----------+----------+--------------+---------------
 8024259764dc3e8ee0fb6f5.84107784  | james    | 827ccb0eea8a706c4c34a16891f84e7b | james     | bond      | NY       | ny@live.com  | administrator
 18689183644dc3e91571a364.71859328 | saty     | 250cf8b51c773f3f8dc8b4be867a9a02 | saty      | john      | NY       | hk@fd.com    | administrator
 2644885344cecd6f2973b35.63257615  | admin    | 21232f297a57a5a743894a0e4a801fc3 | System    | Generated |          |              | administrator
(3 rows)

now my postgre query for delete the row ….

$query = "delete from users where username!= 'admin' and guid='".$guid."'";
    $result = pg_query($conn, $query);

        ?>
        <script type="text/javascript">
                alert("Cannot delete this .\n It is system generated(s).");
            </script>       
      <?php

when someone try to delete username from my page userlist.php .. this alert generate for only for admin and continue on this page..and also admin never delete it is default …
otherwise delete the data from database except admin
help me

  • 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-22T00:53:42+00:00Added an answer on May 22, 2026 at 12:53 am

    Why not lookup the username for the $guid before you try to delete anything, just a simple bit of SQL like this:

    $query = "select username from users where guid = '" . $guid . "'";
    # Execute this, pull out the username, and see if it is "admin".
    

    Then, if username is “admin”, show your alert; if there username is not “admin”, do your deletion. You seem to be trying to do too many different things at the same time when you should be doing things one at a time, there’s nothing wrong with doing two queries when you need to do two different things.

    And I hope your sanitizing and quoting $guid somewhere to prevent SQL injection issues.

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

Sidebar

Related Questions

I have a postgres database with a user table (userid, firstname, lastname) and a
I have a User table defined like this: CREATE TABLE Users( UserId int IDENTITY(1,1)
I have a user table in my mysql database that has a password column.
We have a user table, every user has an unique email and username. We
I have a table setup like this (simplified for example): user_id item_id click_dt Each
i have in the database typical tables like user, usergroup, and they have relations.
In my Ruby on Rails app, I have a User table and a Foo
I have a table User which has an identity column UserID , now what
When designing user table what would be the must have fields from the security/user
I have following situation: I have loged user, standard authentication with DB table $authAdapter

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.