[PHP-WIN] A WAMP5 release with PHP 5.1 RC1 is available

2005-08-22 Thread Romain Bourdon
Hi, Ive packed a special "unofficial" release of WAMP5 for those who would like to try PHP5.1-RC1. All the other applications have also been updated: - Apache 1.3.33 - MySQL 4.1.13a - phpmyadmin 2.6.3-pl1 - sqlitemanager 1.1.1 This release also includes new special features initially program

[PHP-WIN] Form problem variables are being sent in the query string

2005-08-22 Thread Jim MacDiarmid
I have 2 form fields one is a checkbox and the other is a hidden field. The checkbox is called "Display_" and gets incremented as the table rows are built like so. 'Display_'.$rec_count + 1 The hidden field is an array like this: Field[] The form method is $_SERVER['PHP_SELF'] For some rea

Re: [PHP-WIN] Form problem variables are being sent in the query string

2005-08-22 Thread Chris
Your form should be defined like this: method="post"> The post method is what keeps the variables off the URL string, the action is the page to submit the data to. Chris Jim MacDiarmid wrote: I have 2 form fields one is a checkbox and the other is a hidden field. The checkbox is called "D

[PHP-WIN] Getting php_zip extension to work

2005-08-22 Thread Ross Honniball
I have un-commented extension=php_zip.dll in my php.ini but get this message when Apache starts: Unable to load dynamic library 'c:\php\ext\php_zip.dll' = The specified module could not be found. Has anyone got the php_zip extension up and running successfully on Windows? Thanks in advance ..