Hi, I have a calculator scritp which at this moment calculate on the same page using php and # (the page refreshes and jumps to a point in the page.
On every page a var is declared manually like this:
$propiedad="name_of_property";
I am trying to add hijax, so I need to point to another page in the form thats included in the page, or point to another page in the javascriptfile if I do it another way, the problem none of the ways work as I dont have the var in the result page, I been trying everything but I just cant find out how to pass the var.
Any help would be appreciated.
Thanks