How to make forms llike this one.
Author |
Message |
G-lant
|
Posted: Sun Mar 07, 2004 4:40 pm Post subject: How to make forms llike this one. |
|
|
Can someone help me im makin a webpage (well I already made it, and its up on the web). Can someone help me?? and tell me how I would make something like this that I just posted in?? :grab: |
|
|
|
|
|
Sponsor Sponsor
|
|
|
Amailer
|
Posted: Sun Mar 07, 2004 4:50 pm Post subject: (No subject) |
|
|
Well, this has nothing to do with html, its all gatta do with PHP
http://phpbb.com is what you want |
|
|
|
|
|
Dan
|
Posted: Mon Mar 08, 2004 11:26 am Post subject: (No subject) |
|
|
thanks to JSBN we have a nice toural on this here: http://www.compsci.ca/v2/viewtopic.php?t=706 |
Computer Science Canada
Help with programming in C, C++, Java, PHP, Ruby, Turing, VB and more! |
|
|
|
|
Touya-kun
|
Posted: Fri Mar 12, 2004 6:09 pm Post subject: (No subject) |
|
|
Hmm... here's something I've been pondering-- I have a PHP interpreter installed, I have that PHP editor you reccomended, and I downloaded a phpBB. However, when I try to run and preview index.php, the source code appears in the editor, but the actual page is blank--is there any way to be able to view a board before actually posting it online? Messing around with it a little, see what it's capable of, before buying an actual host? |
|
|
|
|
|
Amailer
|
Posted: Fri Mar 12, 2004 6:40 pm Post subject: (No subject) |
|
|
You gatta download IIS, or Apache (better) to test it |
|
|
|
|
|
jonos
|
Posted: Fri Mar 12, 2004 10:59 pm Post subject: (No subject) |
|
|
you could always send the contents of the form to your email. i forget the code because i hvaen't done any html or web stuff seriously for a long time. but if you search somewhere on javascriptsource.com i think, you will get some good stuff. and you don't need php or anyt of that stuff. |
|
|
|
|
|
wtd
|
Posted: Sat Mar 13, 2004 12:51 am Post subject: (No subject) |
|
|
code: | <form action="mailto:blahblahblah@void.net" method="GET">...</form> |
|
|
|
|
|
|
|
|