Re: [PHP] Re: Large forms to Mysql table...

2005-08-14 Thread Miles Thompson
At 10:33 PM 8/14/2005, mikespook wrote: Like this: $str = print_r($_POST, true); then insert $str into db. It`s easy way~~right? ""Andras Kende"" <[EMAIL PROTECTED]> ??:[EMAIL PROTECTED] Hello, I have a html page with 70+ form fields some like 40 fields are only used for entering quanti

[PHP] Re: Large forms to Mysql table...

2005-08-14 Thread mikespook
Like this: $str = print_r($_POST, true); then insert $str into db. It`s easy way~~right? ""Andras Kende"" <[EMAIL PROTECTED]> ??:[EMAIL PROTECTED] Hello, I have a html page with 70+ form fields some like 40 fields are only used for entering quantity numbersÂ… Is it a good idea to put t

[PHP] Re: Large forms to Mysql table...

2005-08-14 Thread [EMAIL PROTECTED]
Just use some text as "delimiter string". Merge all fields together with delimiter and than insert it into db table. Something like Hope this could help -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php