|
Comments for: mattias20000305
| Message # 1034112: |
|
Date: 12/22/05 05:59
By: vishal verma Subject: help regarding coverting session variable i need help i want to covert session variable into local variable example <?php session_start(); echo 'hello'.$_SESSION['vis']; $vishal=.$_SESSION['vis']; echo 'local variable'$vishal'; ?> can anyone help me how to change session variable to local variable |
Previous Message | Next Message |


