imaginary_hero
12-07-2005, 12:18 AM
okay, i see these like.. scroll box things. theres something like it on the html part of the site but i couldnt find exactly what i wanted. she has these texts boxes. but the text boxes allow other people to type.. i want something that i can type in like on my myspace edit page but thats viewable when you look at my profile. like i can write something on the edit and you can only look at it and scroll up and down on to see it all.. tahaha.. a scroll box.. im a complete idiot about this but can someone PLEASE HELP ME
harmor
12-07-2005, 12:20 AM
Let me try to rephrase that.
You want a text box that you type information into.
Then you want to display that information on a page?
harmor
12-07-2005, 12:42 AM
First create a form
you can place this into an existing file.
<form action="write.php" method="post">
-Message-<br />
<textarea name="comment" cols="40" rows="12"></textarea>
</form>
I'll explain the other part on the next post
harmor
12-07-2005, 12:50 AM
Create a file name messages.txt
Upload it to the same directory/folder you have the form in and chmod it to 777
Create a new file named write.php
Copy the contents from the text file and place into write.php
http://harmor.zeeblo.com/php/write.txt
Upload this to the same directory aswell
(I'm sorry mods but I got an error when I tried pasting it)