[PHP] Re: Tricky array question

2002-02-05 Thread Rainer
Hi Andy, What Niklas wrote is true, at this moment it works fine, but. when I write code, I always ask myself which factors are constant and still will work in, let's say, about 3 years from now. The fact is that you cannot know which kind of useragents (read browsertypes) there will be in fu

Re: [PHP] Re: Tricky array question

2002-02-05 Thread Andy
Put an @ infront of your comand Andy "Val Petruchek" <[EMAIL PROTECTED]> schrieb im Newsbeitrag 000801c1ae32$6fc1e360$[EMAIL PROTECTED]">news:000801c1ae32$6fc1e360$[EMAIL PROTECTED]... > Hello! > > a have following mysql problem: > i need to execute several inserts at one query like this-> > >

Re: [PHP] Re: Tricky array question

2002-02-05 Thread val petruchek
Hello! a have following mysql problem: i need to execute several inserts at one query like this-> $sql->action("insert into words(word) values ('php'); insert into words(word) values ('general'); insert into words(word) values ('list');"); The word fild is unique My problem is: when certain wo

RE: [PHP] Re: Tricky array question

2002-02-05 Thread Niklas Lampén
I think you should ignore that. I use it all the times, and it works fine. Niklas -Original Message- From: Andy [mailto:[EMAIL PROTECTED]] Sent: 5. helmikuuta 2002 12:37 To: [EMAIL PROTECTED] Subject: [PHP] Re: Tricky array question Hello Rainer, what kind of disadvantages do I

[PHP] Re: Tricky array question

2002-02-05 Thread Andy
Hello Rainer, what kind of disadvantages do I take with me, if my form does not validate? Is this a problem because of the spiders, or the functionality? It works fine so far on all browsers I know. Can you please give more details? Thanx Andy "Rainer" <[EMAIL PROTECTED]> schrieb im Newsbeit

[PHP] Re: Tricky array question

2002-02-05 Thread Rainer
Hi Andy, I was just reading your message, do I see that you send an array with a form? Like ? I just wanted you to know that using brackets [] is not allowed in the html-name attribute! Your html-page will not validate :( The sollution is sending al your vars as simple vars (no array) and colle