i've read the documentation on php.net and in my book and i still cant get this working properly
my cookie ie = rds
instead of the defualt PHPSESSID
how do i get the variables
session_start();
session_register("result[0], result[4], result[5], result[6], result[7], result[8], result[9], result[10], result[11], result[12], result[13], result[14");
back on another page?
i tried $HTTP_SESSION_VARS[ " result[0] " ];
but it doesnt appear to be working if i use
echo( "$result[0]" );
can anyone help? *looks at freddy*



*


Bookmarks