Topic awaiting preservation: Form help (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: Lahore, Pakistan |
posted 06-07-2003 08:13
can anyone tell me how to make a form for posting questions, not a forum/messageboard whatever just a FORM. anyone and does anyone know how a script for those auto scroller thingys, you know mouse over and it scrolls down/up?? |
Paranoid (IV) Inmate From: Behind the Wheel |
posted 06-07-2003 10:08 |
Bipolar (III) Inmate From: Lahore, Pakistan |
posted 06-07-2003 11:13
that's right Lurch and simple HTML Form name, email, question etc etc and the question is displayed on a page i can view later. |
Maniac (V) Inmate From: there...no..there..... |
posted 06-07-2003 16:02
Here is some code that I am working on. You can adjust it to your needs. Make a folder that will contain all your posts. I called mine "posts" code: <?
code: <form method="POST" action=" <? print "$PHP_SELF" ?>" name="outputForm">
code: <?
|
Bipolar (III) Inmate From: Lahore, Pakistan |
posted 06-07-2003 18:10
say thanx CPrompt that worked alrite |
Maniac (V) Inmate From: there...no..there..... |
posted 06-08-2003 00:36
no problem. glad it worked. I have yet to discover how to get those posts backinto a form for editing. I'm giving up for a couple of days and let my brain heal |
Paranoid (IV) Inmate From: New Jersey, USA |
posted 06-08-2003 01:49
CPrompt code: while ($row = mysql_fetch_array($result)) {
|
Maniac (V) Inmate From: there...no..there..... |
posted 06-08-2003 05:59
butcher, thanks for the input. However, I am using flat text files to save the data |
Bipolar (III) Inmate From: Lahore, Pakistan |
posted 06-08-2003 09:23
I'm sorry to say this CPrompt but yo script don't work... now I made mine in Java and another problem I made a post in the DHTML/Javascript Section... |