<html>
<head>
<body>
<script>
mynumber=19;
<?php
/*****PHP Script****/
?>
</script>
</body>
</html>
can you guys help me write PHP script in that position that can display value of variable javascript mynumber that is 19, and displaying it with PHP variable.
i was confuse to convert it from javascript variable to PHP variable...
Thanks for the help.