MySQL Forums
Forum List  »  PHP

Re: insert multiple rows into mysql with foreach loop
Posted by: Rick James
Date: January 01, 2010 02:57AM

Use urlencode, not htmlentities for building urls. And you really need to pick apart the QUERY_STRING before encoding it. Better is to use <input type=hidden...>

I see two <form>s -- which one are you using?

What is $moreRows?

Use print_r($_POST) to see what you actually got.

Options: ReplyQuote


Subject
Written By
Posted
Re: insert multiple rows into mysql with foreach loop
January 01, 2010 02:57AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.