Forum Moderators: coopster & phranque

Message Too Old, No Replies

PHP as Home Page

How do I set a PHP page as the users Home Page

         

Happy Online

1:16 pm on Mar 8, 2003 (gmt 0)

10+ Year Member



How can I set up a PHP page as the users Home Page.

Crawled the web for this, I know I can add it to their favorites like this in MSIE:-

<script language="Javascript">
function Add_A_Favorite()
{
if (window.external)
{
external.AddFavorite(location.href, document.title)
}
else
{
alert("Sorry, your browser does not support this feature." + "\nPlease use the bookmark feature of your browser to save your portfolio.");
}
}
</script>
<a href="Javascript:Add_A_Favorite()">Add Favorite</a>

Cant find a way to set as home page though :O(.

Any help would be appreciated.

Thanks

Happy Online

4:06 pm on Mar 8, 2003 (gmt 0)

10+ Year Member



Dont Worry - Sorted

Feel stupid for asking this question now I know how simple the answer is.

Thanks Anyway