Quick'n dirty PHP form. How?

kitepilot at kitepilot.com kitepilot at kitepilot.com
Wed Apr 8 20:45:52 MST 2015


Thanks, but this is too simple.
I don't care about security, but I am going to be inputing several fields 
and values are going to land in different tables.
I need a tool to generate code.
They are out there...
ET 


Keith Smith writes: 

> http://www.w3schools.com/html/html_forms.asp 
> 
> Write a script to insert into your database.  - read the form POST vars 
> and use them to build your insert sql string 
> 
> Then have it return to the form that is blank. 
> 
> Note this is quick'n dirty - no security at all. 
> 
>  
> 
> 
> On 2015-04-08 19:22, kitepilot at kitepilot.com wrote:
>> Hello list: 
>> 
>> I want to build a form to have non-puter people help me fill up some
>> tables. There is no math, no aesthetics and no design, most
>> validations are build it inside the database. 
>> 
>> I just need a quick'n dirty way to build the forms, any recommendations?
>> Thanks!
>> ET
>> ---------------------------------------------------
>> PLUG-discuss mailing list - PLUG-discuss at lists.phxlinux.org
>> To subscribe, unsubscribe, or to change your mail settings:
>> http://lists.phxlinux.org/mailman/listinfo/plug-discuss
> 
> -- 
> Keith Smith
> ---------------------------------------------------
> PLUG-discuss mailing list - PLUG-discuss at lists.phxlinux.org
> To subscribe, unsubscribe, or to change your mail settings:
> http://lists.phxlinux.org/mailman/listinfo/plug-discuss


More information about the PLUG-discuss mailing list