joyce
Thu 6th Jun '02, 4:48am
hi, my problem sounds like this..
i have a page, s.php, works well. in s.php, i have to include header.php and 1.php.
in my header.php, i already include 1.php. so when i include header.php in 1.php, i got error...says...cannot redeclare...a function. so i thought i dun need to include 1.php in my s.php and it should works. but it didn't.
what should i do? i tried using include_once and require_once but the error is still there. pls help..
i have a page, s.php, works well. in s.php, i have to include header.php and 1.php.
in my header.php, i already include 1.php. so when i include header.php in 1.php, i got error...says...cannot redeclare...a function. so i thought i dun need to include 1.php in my s.php and it should works. but it didn't.
what should i do? i tried using include_once and require_once but the error is still there. pls help..