hello im newbies here. just want to ask, already confius the function for header(), i build my website by using dreamweaver frame (header.php+navigation.php+main.php) that one for my index.php. but when i successfully registeration the second page no include. suppose from signon will kol another frameset i give name as index2.php contains (header.php+navigation2.php+home.php) please help me almost 1 week i tried on my own.
The header() function sends raw HTTP headers to the users browser. You can read more about it, and find some examples here http://php.net/header
ok..if let say i dont want to use header() function, there is another function to redirect my second frameset (index2.php contain header.php+navigation2.php+home.php). There is another function??
If you don't want to use that function to redirect, you could always use a meta tag. <META http-equiv="refresh" content="0;URL=http://www.google.com" Code (markup):
sorry i still face the same problem where the 2nd frame not appeared only appear just nested in the mainframe for index.php.