Help with HTML ( easy )

11 posts Page 1 of 2
Contributors
User avatar
CodenBoy
Top Poster
Top Poster
Posts: 103
Joined: Sun Jul 15, 2012 4:06 pm

Help with HTML ( easy )
CodenBoy
First of all, sorry i dont know where to post my help and as i saw some help topics here i posted here,

Okay, my problem is I have a free hosting website, all that i wana is A HTML code for this:

( in VB language xD) I want to have 1 button and 1 textbox , you type in the textbox and press the button it gonna save ur text in the textbox, and everyone can do it noneed for password how to do it? XD
User avatar
mandai
Coding God
Coding God
Posts: 2585
Joined: Mon Apr 26, 2010 6:51 pm

Re: Help with HTML ( easy )
mandai
HTML can be used to enter the text, though to save it on the web host you would need to use a server side script such as PHP.
User avatar
CodenBoy
Top Poster
Top Poster
Posts: 103
Joined: Sun Jul 15, 2012 4:06 pm

Re: Help with HTML ( easy )
CodenBoy
I have my hosting and it supports FTP php and all stuff, can u give me the code pleas :(!
User avatar
CodenBoy
Top Poster
Top Poster
Posts: 103
Joined: Sun Jul 15, 2012 4:06 pm

Maybe this can work? :

( In VB language, but i wana code in HTML xD ) :
Code: Select all
1 Button, 1Textbox
then i wanna this code in HTML

Dim client As New Net.WebClient
client.Credentials = New Net.NetworkCredential("FTP user", "FTP pass")
client.UploadFile("FTP site", Textbox1.text)

I want this code in HTML please any1?
User avatar
mandai
Coding God
Coding God
Posts: 2585
Joined: Mon Apr 26, 2010 6:51 pm

Re: Help with HTML ( easy )
mandai
HTML on its own doesn't have access to write directly to the web server's files.

There are lots of PHP file management scripts that can be used to edit text/HTML files, it would probably be easier to use one of those.
User avatar
CodenBoy
Top Poster
Top Poster
Posts: 103
Joined: Sun Jul 15, 2012 4:06 pm

Re: Help with HTML ( easy )
CodenBoy
Thats what im asking for, give me the php code or anytihng please anything :! :D
User avatar
mandai
Coding God
Coding God
Posts: 2585
Joined: Mon Apr 26, 2010 6:51 pm

Re: Help with HTML ( easy )
mandai
I have found a script has support for a login system, you can also edit txt/htm files with this: http://www.solitude.dk/filethingie/
User avatar
CodenBoy
Top Poster
Top Poster
Posts: 103
Joined: Sun Jul 15, 2012 4:06 pm

Re: Help with HTML ( easy )
CodenBoy
Thanks, i just need codes and i cant bother doing this xD thanks anyway, i thought it was gonna be eaasy but yeah np :D


Thanks #mandai hehaho; loove;
Vikhedgehog
VIP - Donator
VIP - Donator
Posts: 812
Joined: Fri Nov 05, 2010 6:24 pm

Re: Help with HTML ( easy )
Vikhedgehog
CodenBoy wrote:
Thanks, i just need codes and i cant bother doing this xD thanks anyway, i thought it was gonna be eaasy but yeah np :D


Thanks #mandai hehaho; loove;
So you just want someone to post the code so you can skid it into your server and call it yours? Mandai gave you a link where you can possibly get the code lol.
User avatar
CodenBoy
Top Poster
Top Poster
Posts: 103
Joined: Sun Jul 15, 2012 4:06 pm

Re: Help with HTML ( easy )
CodenBoy
Lol vkie, idk anythin about html the only thing i know is

<html>sh*t</html> xD

LOL, thanks anyway, i dont think i will do anything right now im so busy, we have hotel in Burj Dubai armani, so i cant stay home many hours i stay 4/5 hours /day and after that ( 20 days ) im gonna go to Europe, idk where i think austria and germanny :( then somedays and.. SCHOOOOOOOOOL

fight; idoit; devil; cryer;

:( #sorry_all_lol_i_have_no_time_did_u_notice_the_bolded_text_xD
11 posts Page 1 of 2
Return to “Tutorials”