Posted by Overbored on 03/01/05 10:22
$ 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
phplist@meidomus.com (Burhan Khalid) wrote in
news:42241B84.9010800@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've been
>> unsuccessful at getting PHP working with mini_httpd. In particular,
>> the POST data is not being received. Here's what I did...
>
> What version of PHP are you running? $_POST and other $_* variable are
> only available in PHP versions 4.2.+ iirc.
[Back to original message]
|