-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Friday 27 June 2003 02:05, [EMAIL PROTECTED] wrote: > Did anybody run into this? > php on redHat and BSD > both "post" and "get" methods do not pass any variables > php upgrade (7) didn't help > Any ideas how to cure this?
how are you trying to access the variables? by default, enable_globals is turned off in php.ini so you can't just do $myFormElement anymore unless you turn that on (and restart apache)... there are the global variable arrays available if you don't want / can't turn enable_globals on... - -- Aaron J. Seigo GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB1 A7F1 DB43 KDE: The 'K' is for 'kick ass' http://www.kde.org http://promo.kde.org/3.1/feature_guide.php -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux) iD8DBQE+/Kmf1rcusafx20MRApO3AJsGG+eAfaIQPl5tl3l8ZgHxbz3g+QCfYT9g MIwoZ5zN42FieVSFlIAdjZ4= =4y3E -----END PGP SIGNATURE-----
