Hello, I would like to have something like this where people submit things. In this case, it would be "results" so can someone tell me how to make it. All I want is the ability of visitors submiting results.
Hello, I would like to have something like this where people submit things. In this case, it would be "results" so can someone tell me how to make it. All I want is the ability of visitors submiting results.
Dear, I guess your requirement is to get user input in the input boxes or textarea, if this be the case, there are several custom codes available in PERL to help you out. If you require something like Attachements in e-mail, then that's what i also am looking for, specially coded in PERL.
Tell your requirement in detail to help you out.
bye folks![]()
Well, this is what I need, like this site, where it says "submit a result" and I want the same thing on the "submit a result" page. http://www.flocasts.org/flotrack/results.php
It's just a form... You can make one, and then link to it with a button that says "Submit A Result" if you wish...
There are even self explaining tutorials about building forms. like this on in PHP or this one in PERL
There are even Free ones ready to go and out of the box (I like Cliff's btw)
{CWoT - Riddle } {OSTU - Psycho} {Invasion - Team}
Follow Me on Twitter: @Negative_Chaos
PHP Code:$result = mysql_query("SELECT finger FROM hand WHERE id=3");
echo $result;
Ohh nice. I am trying to the PHP one, however, when the visitor is filling out the form and presses "Submit" where do the information completed go to?
You would set it up to get sent to you via an email. You would redirect the visitor to a "thank you page" letting them know their submission was sent successfully and offer a link to go back.
{CWoT - Riddle } {OSTU - Psycho} {Invasion - Team}
Follow Me on Twitter: @Negative_Chaos
PHP Code:$result = mysql_query("SELECT finger FROM hand WHERE id=3");
echo $result;
How do I do that? Please and thank you!
Allow me to answer your question with a question..
What exactly is it you want to do with this?
My understanding is you want a form on your page, and you want people to put in their email address, a subject, and a message and hit submit, and this information will be sent to you via email, without displaying your email address.
Is that right?
{CWoT - Riddle } {OSTU - Psycho} {Invasion - Team}
Follow Me on Twitter: @Negative_Chaos
PHP Code:$result = mysql_query("SELECT finger FROM hand WHERE id=3");
echo $result;
Yes, you are correct, and I want to have extra fields similiar to this page http://www.flocasts.org/flotrack/results.php?a=add with extra fields similiar to that page
Ahh, okay. The reason I asked was I have a php submit form that does what I stated that is very very secure, and prevents spam and bots very very well.
I will take a good look at it tomorrow (I am too sick today) and will try to edit it for the fields you need.
If you could list for me all the fields you want it to have I will see what I can do.
{CWoT - Riddle } {OSTU - Psycho} {Invasion - Team}
Follow Me on Twitter: @Negative_Chaos
PHP Code:$result = mysql_query("SELECT finger FROM hand WHERE id=3");
echo $result;
Bookmarks