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

Re: php connection to apache



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

belahcene abdelkader wrote:
| Hi every body,
|  I want ask a question about php/apache?
| When I send throw a post method from a form a
| variable,  the called file(php ) doesn't receive it

register global vars are turned off. get the var via $_POST array (eg
$_POST['var']) or import all the post vars with
import_request_variables("p");

please read more about it on http://www.php.net, its an excellent guide
and manual. And I there are several php mailing lists where this
questions is better placed :)

- --
Clemens Schwaighofer - IT Engineer & System Administration
==========================================================
TEQUILA\Japan, 6-17-2 Ginza Chuo-ku, Tokyo 104-8167, JAPAN
Tel: +81-(0)3-3545-7703            Fax: +81-(0)3-3545-7343
http://www.tequila.co.jp
==========================================================
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFBPmXDjBz/yQjBxz8RAvuYAKClIH7ybmNmSAWDWhpg1HsNQXHt2gCfdn1X
SI5Yj8SX5js4oCeWpqwmhqQ=
=09kC
-----END PGP SIGNATURE-----



Reply to: