How to redirecting your webpage to other url using PHP
after browsing for a while, i found that it was by using code below on the header:
header(”Location: http://www.learningcomputer.info”);
eg: if you want other url, just change the “learningcomputer.info” with other url.