![]() |
|||
PHP
IT Tags
magento ecommerce Mobile site php mail objects local server control panel connection to MYSQL sdf Solr XML SimpleXML Stop Script associative arrays check domain Remove Duplicate mysql server Combo box XHTML ajax indexing solr UPDATE my_thread_global_end Simplexml Parser Overlapping Layers server shutdown photo gallery Xampp include local server PHP and FLash multiple file uplo |
Recommendations for form processorHello all, This might be a little off topic as I am seeking advice on finding a good form processor. I had one very simple one but it requires that I change the code for radio buttons and check boxes to use arrays. I`d rather not have to use that if I don`t have a need to do so otherwise. I had this other form that has been sending lots of spam to my email. I thought that a good form written in php would prevent spam-bots from being able to do that. Being able to send to more than one email address is a nice feature as is simplicity. Perhaps, later, I might want to add the ability to keep things in a database when submitted but now, the goal is simplicity. I am hoping I don`t have to write new php code, since so many form processors are already out there. A couple other things have come to mind. On one form, I use it for poetry submissions to a poetry magazine. Sometimes it takes apostrophe`s and such and turns them into something that at times looks like escape characters and at other times it is just garbage content, making it hard to read what the original author intended. Or additionally, the poem might come to me via email and not be formatted as the author intended, as it comes out looking like prose, with none of the author`s formatting or layout for each line of the poem. Any recommendations are appreciated. Also, if you could explain anything about what I wrote in the previous paragraph, that would be helpful to know. I mean perhaps I would need to create or modify some existing form processor to address those needs. Thanks, Comments<input type=`radio` name=`var` value=`val1`> Value 1<br /> |
