[PHP] Re: problem with code (almost fixed)

2002-11-19 Thread Tularis
Yan Grossman wrote: Hi, I fixed my code to handle forms using $_REQUEST. Just having problem with the fields with multiple contents... the one you have to call like field[0], field[1],etc... How do I use the brackets inside brackets? my case is this: Thanks. I have fixed everything with

RE: [PHP] Re: problem with code (almost fixed)

2002-11-19 Thread Noor Dawod
-Original Message- From: Tularis [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 19, 2002 12:45 PM To: [EMAIL PROTECTED] Subject: [PHP] Re: problem with code (almost fixed) first, change this: $_REQUEST['pac_hot[0]'] to: $_REQUEST[$pac_hot[0]] a single quote ( ' ) disallows

[PHP] Re: Problem with Code

2001-12-16 Thread Phillip Oertel
Phillip B. Bruce wrote: 1. Is there any documentation that explains the differences between the versions of PHP? php4 : much more fun ! go use it ! the documentation will tell you on each function page in which php version the fuction was first available. 2. Does it matter when writing