Nick_Mayhem
Jul 2nd 2008, 4:58 am
I have a code here
<script language="javascript"><!--//
var hello_id = 1234;
//--></script>
<script type="text/javascript" src="http://www.examplesite.com/show.php">
</script>
What I want to do is get the value of var hello_id to be accessed in the show.php file.
Can someone tell me how to access that variable in the PHP code.
Thanks.
<script language="javascript"><!--//
var hello_id = 1234;
//--></script>
<script type="text/javascript" src="http://www.examplesite.com/show.php">
</script>
What I want to do is get the value of var hello_id to be accessed in the show.php file.
Can someone tell me how to access that variable in the PHP code.
Thanks.