I have a php user front-end and would like to validate a some fields to stop duplicates the database is oracle and the form is quite large i was wondering if it is possible with Javascript or ajax to run a select statement using php code check the values and return true or flase without refeshing the page like with ajax in asp.net

Recommended Answers

All 3 Replies

Member Avatar for nileshgr

Yes it is possible. If you don't know AJAX learn from w3schools.com

Yep, it's possible. Just have a 'foo' div next to the input boxes, and then have a function set to 'onkeyup', which refers to a php page which checks the database and returns true or false, and then modifies the div.
You might want to learn Ajax for that, though.

Try this!

/*
-------------------------------------------------------------------------
JavaScript Form Validator (gen_validatorv31.js)
Version 3.1.1
Copyright (C) 2003-2008 JavaScript-Coder.com. All rights reserved.
You can freely use this script in your Web pages.
You may adapt this script for your own needs, provided these opening credit
lines are kept intact.

The Form validation script is distributed free from JavaScript-Coder.com
For updates, please visit:
http://www.javascript-coder.com/html-form/javascript-form-validation.phtml

Questions & comments please send to form.val at javascript-coder.com
-------------------------------------------------------------------------
*/

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.