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.
> $ 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
This is the client build, which might not be the same as your server build. Run phpinfo() and check your version there.
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php