PDA

View Full Version : I need To Make this in the VB


H2k
01-08-2005, 01:43 PM
Hello Every one


Ok i need my home page to be the Regisiter.php


i need to Rename it From Regisiter.php to Index.php and i need to add a small banner in the top and also login for the user that is already Regisiter dose any one have any idea how t o make this :o

sabret00the
01-09-2005, 11:54 AM
the first bit is easy, you can just use the built in feature to rename your index.php to something else then just make a php file like this as your index.php

<?php
header("location: register.php")
?>

as for the ads, i'd really have to look into it but footballs on atm :(

Tekton
01-09-2005, 12:04 PM
Perhaps something similar to this?

https://vborg.vbsupport.ru/showthread.php?t=73847