redirec
Moderator: General Moderators
-
nuttynibbles1984
- Forum Newbie
- Posts: 1
- Joined: Sun Aug 14, 2005 12:09 am
redirec
hi, im doing a login page.if i successfully login, i will be directed to pageA.php. if not i be redirect to pageB.php.. but i know i cant use header(). so wat shu i do?
use a javascript if you can't use header.
Code: Select all
<script type="text/javascript">
<!--
document.location.href = 'page.php';
//-->
</script>Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact: