Posted by -Lost on 07/19/06 23:23
"PSI_Orion" <orion@psiss.com> wrote in message
news:1qxvg.41264$eQ.7646@newsfe7-win.ntli.net...
> But now I've run into a different snag. The snag I have now is how do I pass the value
> of a form field to php without reloading the page? In other words, how can I mix
> javascript and php?
Use XMLHttpRequest in JavaScript to pass the information to your PHP and output it back
without reloading.
Ajax (AJAX) is built upon the use of that object and thusly several extensive libraries
have been made to interface it. xajax for example is a great library.
Hope this helps.
-Lost
Navigation:
[Reply to this message]
|