[PHP] _POST not working (using mini_httpd) - 2 attachments

2005-02-28 Thread overbored
Hi all, I'm learning PHP and I'd need to create a simple Web-based ifconfig tool for a Soekris box (running Pebble). However, I've been unsuccessful at getting PHP working with mini_httpd. In particular, the POST data is not being received. Here's what I did... First, I applied (only) the SCRIP

Re: [PHP] _POST not working (using mini_httpd) - 2 attachments

2005-03-01 Thread overbored
$ php --version PHP 4.3.10-2 (cli) (built: Dec 19 2004 03:41:45) Copyright (c) 1997-2004 The PHP Group Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies [EMAIL PROTECTED] (Burhan Khalid) wrote in news:[EMAIL PROTECTED]: > overbored wrote: >> Hi all, I'm learning PHP a

Re: [PHP] _POST not working (using mini_httpd) - 2 attachments

2005-03-01 Thread overbored
[EMAIL PROTECTED] (Burhan Khalid) wrote in news:422474F6.4020708 @meidomus.com: > overbored wrote: > >>> >>>>Hi all, I'm learning PHP and I'd need to create a simple Web-based >>>>ifconfig tool for a Soekris box (running Pebble). However, I

Re: [PHP] _POST not working (using mini_httpd) - 2 attachments

2005-03-02 Thread overbored
[EMAIL PROTECTED] (Richard Lynch) wrote in news:[EMAIL PROTECTED]: > overbored wrote: >> Hi all, I'm learning PHP and I'd need to create a simple Web-based >> ifconfig >> tool for a Soekris box (running Pebble). However, I've been >> unsuccessful at