Hi, i have a php script form, and i want to use the js confirmation alert, the problem is, this
echo "<script>
var yes=confirm('warever you want');
if (yes){}<---here i want to plase something in php code
else{}
</script>";
$confirm='yes'
how can i math bouth codes?