Webmaster Forums - Webmaster forum for HTML, PHP, ASP, CSS and more - View Single Post - How to send variables from javascript to php
View Single Post
Old 12-28-2010, 02:45 AM   #8 (permalink)
Maxy28
Junior Member
 
Join Date: Dec 2010
Posts: 29
Default Re: How to send variables from javascript to php

At this point in time the only way to do this is through AJAX. Send a javascript variable to a php page through AJAX, then the php ajax page will use the $_GET['info'] function to get the javascript variable. Then do whatever you want with that new information. This is very good to use when saving info to a database without having to reload.

______________________________________
RVs For Sale
Classic Cars For Sale

Last edited by Maxy28; 12-28-2010 at 02:53 AM.
Maxy28 is offline   Reply With Quote
Sponsored Links