Hello there,
Many thanks for your comments. I now realise what had caused the problem, especially now that you have pointed out to me that I erroneously returned different values to those being...
Type: Posts; User: benmajor; Keyword(s):
Hello there,
Many thanks for your comments. I now realise what had caused the problem, especially now that you have pointed out to me that I erroneously returned different values to those being...
Anyone?
Yes, you're basically looking at sending an AJAX request to a PHP (or ASP) script somewhere on your server that runs the INSERT query for you, and then returns the new table data.
Once you have...
Hello all,
I have been trying to code an AJAX function that checks if a username is unique, and alerts the user if it isn't. Basically the AJAX request calls a PHP page, passing in the username as...
Hello all,
I am a relative newb to JavaScript, and mainly work in PHP. I am looking for a script that finds all instances of a word, and automatically inserts a tooltip for that word. For example,...
thetestingsite,
Many thanks for your response. The reason that I did not use the $_REQUEST variable in PHP is due to the fact that I don't actually want to submit the form.
Basically, I want to...
Sorry if this question has already been asked before, but I really am a n00b when it comes to coding with JavaScript.
What I am looking to do is pass on the current value of a field into a pop-up...
Thanks to you both, that really was a great help.
Thanks,
Ben
I'm not sure if anyone can help with my query.
I am looking for a script that will insert the value of an <option> element from one form, into a text field in another field. The problem I have...