Index

Status
Not open for further replies.

Timezone

New Member
Messages
6
Reaction score
0
Points
0
can anyone tell me from where can i create index
i want to make

Register
Login
Home

can anyone help me
 

titch

New Member
Messages
24
Reaction score
0
Points
0
in your public_html folder.

Your "Home" html page will need to be called index.html, and must replace the one that currently exists in public_html.

---------------

Inside the public_html folder, you can create folders. These can then be accessed using....

www.yourdomain.com/foldername/thepagesinthefolder.html

If you put index.html files inside the folders, putting www.yourdomain.com/foldername/ would bring up the index.html page automatically.
 
Last edited:

zerofool2005

New Member
Messages
5
Reaction score
0
Points
0
you can use index.htm index.html or in php index.php

<a href=register.php>Register</a><br />
<a href=login.php>Login</a><br />
<a href=home.php>Home</a><br />

Some HTML menu code for you
 
Last edited:

Timezone

New Member
Messages
6
Reaction score
0
Points
0
hey
i have made a file named log out how can i add the log out scripts
 
Status
Not open for further replies.
Top