|
-
Feb 27th, 2006, 08:29 PM
#1
Thread Starter
Frenzied Member
Navigate onload ?
on opening a php file how would i have it naviagte to aother file?
<?php
href = "http://localhost/file.php"
>
pusedo code ^^
-
Feb 27th, 2006, 08:32 PM
#2
Member
Re: Navigate onload ?
if I remember correctly, it should be:
PHP Code:
<?
Header("Location: http://site.com/directory/page.php");
?>
this would, when the page loads, go to http://site.com/directory/page.php
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|