i have a program i had written it with PHP 5.2.9. and it is working now for me on my customer server that runs PHP 5.2.9 fine for 3 years ago till now. everything is ok. i am now using PHP 5.4.19 . today when i want to install and use my that old program, this error is appearing to me on every page i have. for example:
Notice: Undefined index: fullname_sima in C:\xampp\htdocs\sima\SystemAccess.php on line 4
that code line is:
$fullname=$_SESSION['fullname_sima'];
Notice: My program is working Fine and with no Errors NOW on my customer server with PHP 5.3.9 . and it is right for me, if i reinstall PHP 5.2.9 on my localhost, everything comes back to work Fine. i've test it.
Any help will gratitude!
Edit: Notice: I dont want to use "isset()" function! because my program is big and this edit will confuse me!
*PLEASE NOTICE that my program is work well in PHP 5.2.9 and i never used any isset()
function in my program. *
Thanks