can i view the value in javascript function with php code???
Posted: Wed Feb 18, 2004 7:48 am
hello friends
i am in deep trouble during the programming i need to view the value generated in javascript function in the php code,i am viewing the snapshot of the code.................
<html>
<head>
<script language="javascript">
<!--
function hello
{
temp=10
}
-->
</script>
</head>
//function being called by some event
now i like to use the php code in the same form and like to use the temp in the php code.
can i do this.
plz .do help me i need it very urgently
i am in deep trouble during the programming i need to view the value generated in javascript function in the php code,i am viewing the snapshot of the code.................
<html>
<head>
<script language="javascript">
<!--
function hello
{
temp=10
}
-->
</script>
</head>
//function being called by some event
now i like to use the php code in the same form and like to use the temp in the php code.
can i do this.
plz .do help me i need it very urgently