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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T14:42:49+00:00 2026-05-13T14:42:49+00:00

The situation is that the user enters a value in the textbox.Now whenever user

  • 0

The situation is that the user enters a value in the textbox.Now whenever user enters the value, the value is to be compared to a value(field) which has been retrieved form the database.If the value the user has entered is higher than that of the database then they should be displayed with a popup.How do i do that?The language which i am using is PHP.The popup should be automatic

Thanks in advance

  • 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-13T14:42:49+00:00Added an answer on May 13, 2026 at 2:42 pm

    Online demo of following example: http://jsbin.com/ezusi3/

    You can’t do “popups” with PHP. You’ll need to use a client-side solution, like Javascript. Below is a simple function that you could call in order to do what you are asking:

    function checkVals() {
      // Retrieve the user-provided value
      var userVal = Number(document.getElementById("userVal").value);
      // Retrieve the server-provided value
      var dataVal = Number(document.getElementById("dataVal").value);
      // If the user value is too high, alert the user
      if (userVal > dataVal) {
        alert("Your value is too high.");
      }
    }
    

    Note that this is a Javascript function, not a PHP function.

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

Sidebar

Related Questions

I have a situation that has been partially covered by other answers at SO,
situation: A user inputs a user name and password. now the user enters a
I've been trying to capture the values that a user enters into a datagrid
I have a situation where a user can click a check box field, field_enable,
I have a web user control, that has a table with 3 columns 1)
Using the Play! Framework, I have a field that requires the user to enter
Current situation: Have a timesheet that allows the user to enter their leave, TOIL,
i have a treeview that shows my server directory structure. the user enters a
I have a text field which is bound with Integer variable, so when user
Here's the situation: I have a predetermined GPS route that the user will run.

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.