[PHP-WIN] include()ing the remote file

2001-07-30 Thread Vasu Gokaraju
Hi, I have PHP 4.0.5 installed on Windows 2000 server. I used include() function and relative paths to include files located under the same web site. When I tried to include() files located on different web site on the same machine with explicit paths, I get the following warning: Warning:

Re: [PHP-WIN] Multiple value selection box (mix php/html problem) returning only one value

2001-05-22 Thread Vasu Gokaraju
I think we can handle this by changing the element name before you submit the form. For example, you have a select box like: Value1 Value2 before you submit the form, change the tag name like this document.frmForm.selTest.name = "selTest[]"; It worked for me with multiple check bo