Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in D:\Websites\rave.ca\website\include\functions\visitors.php on line 5

Warning: Cannot modify header information - headers already sent by (output started at D:\Websites\rave.ca\website\include\functions\visitors.php:5) in D:\Websites\rave.ca\website\index.php on line 546

Warning: Cannot modify header information - headers already sent by (output started at D:\Websites\rave.ca\website\include\functions\visitors.php:5) in D:\Websites\rave.ca\website\index.php on line 547

Warning: Cannot modify header information - headers already sent by (output started at D:\Websites\rave.ca\website\include\functions\visitors.php:5) in D:\Websites\rave.ca\website\index.php on line 548
Need Help With Html/coding - Page 1 - Rave.ca
Rave Radio: Offline (0/0)
Email: Password:
Anonymous
New Account
Forgot Password
Page: 1Rating: Unrated [0]
Need Help With Html/coding
Good [+1]Toggle ReplyLink» Bassic replied on Thu Nov 22, 2007 @ 5:01pm
bassic
Coolness: 128735
I'm sure one of you as the answer for me, I'm retarded when it comes to web pages...

I just need a page that has an user input text field a submit button and the output goes to a specified txt file. I've been scrounging around and I just know some javascript and unfortunatly I don't thing java can do that....

Can anyone help me! ? (Noah??? hehe)

Thanks a bunch
I'm feeling fluorescent right now..
Good [+1]Toggle ReplyLink» moondancer replied on Thu Nov 22, 2007 @ 5:33pm
moondancer
Coolness: 92305
I hope you're not expecting someone to write it out for you ;p

You can use php to create the text file, it shows you how in the link below. The other link is for html forms. Use $_POST to get the form values.

[ www.tizag.com ]
[ www.w3schools.com ]
I'm feeling bored right now..
Good [+1]Toggle ReplyLink» Captain.Obvious replied on Thu Nov 22, 2007 @ 11:57pm
captain.obvious
Coolness: 32265
HTML means Hypertext Markup Language
I'm feeling evident right now..
Good [+1]Toggle ReplyLink» AlienZeD replied on Fri Nov 23, 2007 @ 1:17pm
alienzed
Coolness: 509600
Originally Posted By BASSIC

I'm sure one of you as the answer for me, I'm retarded when it comes to web pages...

I just need a page that has an user input text field a submit button and the output goes to a specified txt file. I've been scrounging around and I just know some javascript and unfortunatly I don't thing java can do that....

Can anyone help me! ? (Noah??? hehe)

Thanks a bunch


Writing to a text file from the web isn't possible with HTML. In addition, writing to local files is no simple feat, you really need to know what you're doing. (you'd need a server first of all, then you'd need to install servlets or php, then you'd need to learn how to code in java or php)
This sort of thing cannot be done with javascript or html.
I'm feeling energized right now..
Good [+1]Toggle ReplyLink» MolocH replied on Fri Nov 23, 2007 @ 1:25pm
moloch
Coolness: 226315
True that, however, you can have a script send an e-mail adress from a form tough. Then you just paste yo e-mails in a text files...

Guess it depends what you're trying to do. Care to explain a bit about your projekt?
I'm feeling carnal right now..
Good [+1]Toggle ReplyLink» moondancer replied on Fri Nov 23, 2007 @ 1:39pm
moondancer
Coolness: 92305
Aside from the whole server thing it's not complicated to write right to a text file with php. Even in c++ it's very simple. The fact you don't even know how to make an html form though is a pretty sure sign that it's over you're head for now though.
I'm feeling bored right now..
Good [+1]Toggle ReplyLink» MolocH replied on Fri Nov 23, 2007 @ 1:40pm
moloch
Coolness: 226315
Anyhow, designing html, the most important part is beeing able to look for the relevant info, not memorizing it:)

the search for answers will constitue a great training:)
I'm feeling carnal right now..
Good [+1]Toggle ReplyLink» moondancer replied on Fri Nov 23, 2007 @ 1:54pm
moondancer
Coolness: 92305
Heheheh there you go.
Update » moondancer wrote on Fri Nov 23, 2007 @ 1:55pm
He couldnt't stand to watch the suffering anymore.
I'm feeling bored right now..
Good [+1]Toggle ReplyLink» Nuclear replied on Fri Nov 23, 2007 @ 2:11pm
nuclear
Coolness: 2604025
I think you forgot the FILE_APPEND mode... That will append to the file and not replace the file all the time...
I'm feeling nuclear right now..
Good [+1]Toggle ReplyLink» Bassic replied on Sat Nov 24, 2007 @ 12:58am
bassic
Coolness: 128735
Ahh thanks guys... I had already figured it out...

I searched for a lil guestbook code that I modified... Thank you all very much tho.... :)

:)
I'm feeling fluorescent right now..
Need Help With Html/coding
Page: 1
Post A Reply
You must be logged in to post a reply.