I need to set a Php variable according to a param name.
Javascript Code:
<param name="movie" value="....;">
located in a separated external js file
I took the value out, since it will be dynamic.
My attempts:
$movie = $_GET["movie"]
I tried the above but it didn’t work.
Am able to set a id to the above param, because then I could call the id
try