we dont post here for help because we dont know, we know but we ask for other solution other than you used, like a plan b

You might want to rephrase that. Your original post starts with "am having a problem". Indeed, you seem to have to climb a few steps of knowledge before you understand what your script is doing.

I am pretty sure that your script deletes a single user on each button click, so in contrast to your claim you can delete single users. Just compare the content of your database before and after the script ran. Your proposed fix doesn't change that, but doesn't make it worse either, and in any way sending $ENV{SCRIPT_NAME} to the browser has no effect on whether values are stored in a database on the server side.

If you want to make progress, examine the source of the HTML page which your script writes. Then make careful observations which user gets deleted after a click, and then read the documentation of the param method in CGI.

the thing was values run away after page reload,

Which values? Where would you expect them to sit? If you reload a page which came as a response to a POST request, your browser warns you that it needs to resend form data ... and yes, after each such reload, one more user is gone.


In reply to Re^3: delete single user by haj
in thread delete single user by bigup401

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.