Jump to content

yahooadam

Members
  • Posts

    2
  • Joined

  • Last visited

yahooadam's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. yahooadam

    Header and CSS

    nofor example, if somone trys to login, i want them to be redirected to another pagesay, you login and then your taken the main forum page or somthing like that
  2. yahooadam

    Header and CSS

    Hey guys, i have a small problemwith a header("location: page.php") you have to send it before any other data (from what Ive read)now i have a CSS style sheet <div style="position: absolute; left: 1% right: 20%; border-right: medium solid #000000"><?php require $menu; ?></div><div style="position: absolute; left: 20%"><?php require $page; ?></div> Now as long as i use require $page the header redirect workshowever, if i paste the code from $page into that <?php ?> area, the header no longer worksim assuming because the header is being received after dataand require wont support index.php?setting=varso is there a way to get a php header to workwould you suggest something else if its not possible, like javascriptor should i just leave it how it is with 8 different files instead of trying to combine themThx for your help
×
×
  • Create New...