11-24-2016, 04:50 PM
This was much easier than I thought it would be.
FYI, to pass PHP variables to Javascript, just add something such as the following:
to the top of your JavaScript, and modify the links your JavaScript pushes to.
FYI, to pass PHP variables to Javascript, just add something such as the following:
Code:
var uid = "<?php echo $uid ?>";
to the top of your JavaScript, and modify the links your JavaScript pushes to.