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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux