Skip to content

Tag: validation

(Javascript) oninput with numbercheck

I’m trying to make a simple inventory systems. But I’m having problem with my oninput event. I want to make TOTAL GOODS to be “Please input number in GOODS IN ” whenever every non number value inserted into GOODS IN. But it seems I can’t make it so. Answer Just add type = “…

React email address format validation

I’m building a portal where students from only 6 universities can participate so I need a way to limit the email address type to these 6 universities for example emails ending with @mit.edu How do I implement this in React with the form validation set to characters and on clicking on of these formats fr…

Insert Only One Record In MYSQL database using php

i am working on a project where i want to insert only one record in a specific time. For Example: in the project client rate a contractor only once.(when the construction is in working) once he rated he cannot rate second time whatsoever. I checked online but didn’t find what i am looking for. Now I hav…