Jump to content

get php variable from javascript?


davelearning

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.