davelearning Posted January 8, 2011 Share Posted January 8, 2011 Hi all, I am wondering if the above is possible? Basically on my index page I have this : .bind('fileDialogComplete', function(event, numFilesSelected, numFilesQueued){ $('#queuestatus').text('Files Selected: '+numFilesSelected+' / Queued Files: '+numFilesQueued); What I want to do is put .numFilesSelected into a php variable. Is this impossible as it is a different language? Cheers Quote Link to comment https://forums.phpfreaks.com/topic/223817-get-php-variable-from-javascript/ 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.