glasglow
Jun 19th 2007, 7:54 am
I have a .js file calling a page title (document.title) and would like to use that title as a variable like:
$star = the.js;
What I am trying to do is bring the output from the .js file into the php file as the data for the variable. Is it possible?
$star = the.js;
What I am trying to do is bring the output from the .js file into the php file as the data for the variable. Is it possible?