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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T14:41:46+00:00 2026-05-25T14:41:46+00:00

I have a list of user for a site, mainly using a unique ID

  • 0

I have a list of user for a site, mainly using a unique ID for each members.

I need to have a button after each name to delete or modify but i can’t find how to do it properly, here’s the code !

        $result = mysql_query("SELECT * FROM users ORDER BY ID_Usager");
        while($row = mysql_fetch_array($result))
          {
             echo "<form method='post'>"; 
              echo "<tr>";
              echo "<td>" . $row['Pseudo'] . "</td>";
              echo "<td>" . $tempID . "</td>";
              echo "<td>" . $row['Email'] . "</td>";
              echo "<td>" . $row['Status'] . "<input type='submit' name='delete[" . $tempID . "]' value='Delete'> <input type='submit' name='modify[" . $tempID . "]' value='Modify'> </td>";
              echo "</tr>";
              echo "</form>";
          }

(I have skipped some table code..)
So this show as :

Vincent 25625 [DELETE] [MODIFY]

So what I was think, when i click submit, it reload the page, i look if the Post Delete[] is empty, or modify is empty, …

        if(!empty($_POST['delete']))
        {

            $test[] =  $_GET['delete[]']; ---- LINE 163 ERROR...

            //Delete from blablabla userID = $test;
        }
        else
        {
            ... check for modify then blablabla.    

        }

But its not working, i get an error.

 Notice: Undefined index: delete[] in C:\wamp\www\VMAD\admin_usagers.php on line 163
  • 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-25T14:41:47+00:00Added an answer on May 25, 2026 at 2:41 pm

    The [] is the problem. It should be

    $test = $_POST['delete'];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i have list of rows that user select and i want to delete them,
I have a task to show to the site admin a list of user
I have a list of options on my site that a user can select.
I have a list of User Controls in a screen in my WP7 app.
I have a list of user identifiers which are pretty long. The identifiers may
Greetings, I have a list of user comments on a page, with a next
I have a list of the user's images displayed, (who has already allowed access
I have a list of videos that a user can select from to watch.
I have a list of questions that the user will iterate through, they can
I have a list of company names and the user has to enter his

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.