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 user table like this FIRSTNAME | LASTNAME | ID | --------------------------------
I have a user table structured like this: id MEDIUMINT(7), username VARCHAR(15) Would it
I have a table which stores test results like this: user | score |
I have a table like this USER | DATA ---------------- User1 | 123 User1
I have a user table that has many columns, it looks roughly like this:
I have user table having fields gender and first name like this.. The value
I have a USERS table like this USERS user_id | username 1 tom 2
I have a User table defined like this: CREATE TABLE Users( UserId int IDENTITY(1,1)
I have a couple of tables which look like this Table 1 user_id |
I have a user table 'users' that has fields like: id first_name last_name ...

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.