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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T14:05:17+00:00 2026-05-27T14:05:17+00:00

How can I prevent users from forging forms on the PHP or jquery side,

  • 0

How can I prevent users from forging forms on the PHP or jquery side, I am using Jquery’s ajax functionality to submit the forms, and this means that tech-wise people can change some variables such as the value of something (that shouldn’t be changed / is a user id or something like that) through the use of firebug or web inspector and likewise.

So how can I prevent users from changing these variables or making sure they are unchangeable through a secure and good way?

Thanks

  • 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-27T14:05:18+00:00Added an answer on May 27, 2026 at 2:05 pm

    As the others have already stated, you can’t prevent the user from tampering.

    You are receiving data from me, and I can send you anything I want, I can even do an HTTP request by hand, without even using a browser, and you can’t do anything about it.

    If you don’t want a user to be able to alter an information, don’t provide it to him.

    You can store it in PHP’s session, which is stored server side (do not use cookies, they too are sent to the user) or save it in a database, both of them are not accessible to the end user.

    If you still want to pass the data to the user, compute some sort of hash (a secure hash, using a secure hashing algorithm and a secure message digest as Gumbo noted, this rules out algorithms like CRC32 or MD5 and MACs like your name or birthday) of the data and store it server side, then when the user submits back the data, check if the hashes match.

    But do know that this solution is not 100% secure. Hashing functions have collisions, and bad implementation exists.

    I would recommend to stick to the golden rule: if it’s not there, it cant break / be tampered / be stolen / etc.

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

Sidebar

Related Questions

How can I prevent users from using the backspace or delete keys in a
How can I prevent multiple users from being logged in at the same time
My customer requires an uregent answer on whether I can prevent users from changing
How can I prevent users from pressing my web-page buttons before the page is
I realise that I can prevent unauthenticated users from accessing views at controller level
How can you prevent users from manually resizing jqGrid columns? Can you return false
How can I prevent users from adding new tags which don't already exist in
I want to prevent users from using webcam emulators, I have done that in
How can i prevent users from getting the list of files that exist in
I am trying to prevent users from double clicking on the submit button for

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.