prob with $_session
Posted: Wed Apr 21, 2004 4:30 pm
when i write code like this
i get error saying expecting number string or something like this..
in other words it doesnt recognise escaping characters..
wat cud be the prob
Code: Select all
<?php
echo "variable is $_session["stname"]";
?>in other words it doesnt recognise escaping characters..
wat cud be the prob