Quick'n dirty PHP form. How?

Keith Smith techlists at phpcoderusa.com
Wed Apr 8 19:47:47 MST 2015


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


More information about the PLUG-discuss mailing list