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
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
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
3 matches
Mail list logo