PDA

View Full Version : html, or programming or somethin..!



rhetor22
10-20-2002, 08:01 PM
I'm wondering if you guys would like to teach me some html.

Here's my question:

I i had a box on a website (like a type box where you can put in your email adress or something) how would i get that information that was typed to me? Or put on another webpage?

paintslinger
10-20-2002, 08:04 PM
html...oooh those were the days. i said f u to coding and got dreamweaver...its like fotoshop for webpages. get it and have some fun.

shartley
10-20-2002, 08:04 PM
The easiest way to do that is using Form Mail.

rhetor22
10-20-2002, 08:22 PM
tryin formail right now.

thanks again shartley!

I'll have to get dreamweaver outta da closet... man its been a while.

~D~
10-20-2002, 09:11 PM
If that doesn't work go to www.htmlgoodies.com That place has everything.

Miscue
10-21-2002, 12:48 AM
If you want to do some processing of data and/or sending via email... CGI/Perl is good to use if you are ambitious. If you have any programming background... can learn in an hour or so.

DaosBeoulve
10-21-2002, 03:32 AM
PHP and mySQL are fun too, if you're looking into something like that.

PHP is insanely easy, imho. I know the basics of C++, and sat down with PHP for just about an hour or so, and knew enough to make the files that I needed and have them do what I needed them to do. When my friend and I's project is finished, I'll have to let you all check it out. Should be really cool! (online, medieval type game cool stuff)

EsPo
10-21-2002, 02:40 PM
<a href="http://www.lissaexplains.com/intro.shtml"> little girl html website(hence why i use it)</a>

<a href="http://www.annabella.net/html.html">this one was useful for me</a>

rhetor22
10-21-2002, 04:44 PM
thanks for all the help!

I got it up n runnin!

html is fun... for a while. :D

Curly
10-21-2002, 09:52 PM
yeah i recently built a website for a company. I had to put up a webform and i found it very easy to just use php. there are all kinds of websites out there that help with php. Just search in google or something.