PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Is there anyway I can give this value(in javascript) to a php variable:
document.MM_returnValue;
I need to put the value of a link in a $_SESSION['something'],any other ideas?
I did it ages ago, and the only way I found of doing it was to have the JScript open a new page called 'page.php?jscriptvalue=[whatever]', then use php to get the value.
how can I carry information across pages. User A makes a choice on one page and then goes to another. How can I "remember" what his or her choice was?The names are already outputed in different links and I need to know the variable on which has been clicked on.
Do you have an example of how to transmit variables in javascript,the value is in <a href=... name="cf" >
'page.php?jscriptvalue=[whatever]'(could you be more dpecific with this?)
sebs wrote:I know I have to use GET just that I don't know how to transmit the document value in jscriptvalue:
page.php?jscriptvalue=[what is here?(cf.value?)]