Daniel Aguilar wrote:
I'm a newbie to PHP and I can't find what "PHP_Self" ( )ers to? it seems to
be why I can't get my supposedly simple php shop to work.
Any suggestions or websites with examples?
I believe you are referring to a server variable? At least, there is a
variable that might match t
why do you not try
session_start();
$_SESSION["BSD"] = '';
$_SESSION["devon"] = "my name";
???
Vikas Pande wrote:
What is going wrong and where it is going wrong I dont
know?
I was trying my first script with sessions.
Before testing the script, I did following change in
php.ini in winnt\syst