Text help.... [message #128875] |
Fri, 24 December 2004 17:42 |
SioxerNic
Messages: 47 Registered: October 2004 Location: Denmark, Vejen
Karma: 0
|
Recruit |
|
|
I need help with a site... i need a HTML or JAVA SCRIPT script that shows whats in a speciel text file (Also it need to be inside a text box)
any good scripts?
Co leader in the
BfD Mod project
|
|
|
Text help.... [message #128889] |
Fri, 24 December 2004 19:19 |
FynexFox
Messages: 138 Registered: May 2003
Karma: 0
|
Recruit |
|
|
well u can do this:
make a text file. put whatevebr u want in it.
on your page put this code:
<?php include('textnamehere.txt'); ?>
replace textnamehere.txt wich your text file. Save your page as .php. uplaod both files to ur server.
what this will do is display whats inb that text file, hope it helped.
|
|
|
|