invinate Posted August 27, 2007 Share Posted August 27, 2007 Hi, I have a form with stuff like name, id etc when it's posted i want to check if a name already exists with php. If it doesn't already exist then it's ok and it's saved. if it exists then i want to ask for confirmation from the user like "do you still want to send this information". It would be nice if i can have this confirmation with a javascript box. how would i do this, i mean how do i pass data from the form page then to the check page then to the javasript box and then to the code that saves it? Quote Link to comment https://forums.phpfreaks.com/topic/66845-check-if-value-exists/ Share on other sites More sharing options...
vijayfreaks Posted August 27, 2007 Share Posted August 27, 2007 hi.. is your data in database? if then for that you have to go with the AJAX.. with this you can do that.. -vijay Quote Link to comment https://forums.phpfreaks.com/topic/66845-check-if-value-exists/#findComment-335097 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.