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 Link to comment https://forums.phpfreaks.com/topic/223817-get-php-variable-from-javascript/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.