session variable value cannot print by ALERT
Posted: Wed Dec 20, 2006 1:30 am
Can i print SESSION VARIBLE through JAVASCRIPT ALERT
i use this code
But it does not display anything
i use this code
Code: Select all
$_SESSION['abc'] = 'aaaa';
$rr = $_SESSION['abc'];
Code: Select all
<script>alert(<?php $rr;?>)</script>