i've already changed my codes and used the header once.. but it still not redirecting to the location i put in the header... it still stays on the same page.. BTW i'm creating an online examination.. here's my code..
<?php
session_start();
include("config.php")...
hello.. im just a newbie here, and also in PHP coding..
I'm having a problem with header syntax like this..
header("location:mysite.php");
everytime i used this in a single PHP page twice,it doesn't redirect the page..:frown:
can someone help me about header syntax?maybe i just didn't used...