Answers for "assin javascript variabel to the php varinel in jquer"

PHP
3

how to use javascript variable in php

<script>
var p1 = "success";
</script>

<?php
echo "<script>document.writeln(p1);</script>";
?>
Posted by: Guest on August-17-2020

Browse Popular Code Answers by Language