![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveRe: _GET and _POST
From: Alvaro G Vicario <alvaro_QUITAR_REMOVE@telecomputeronline.com>
Date: Wed Jul 06 2005 - 11:06:09 CEST
*** janrom1 wrote/escribió (Sat, 02 Jul 2005 17:39:17 +0200):
Maybe the problem is that _GET and _POST are not methods but PHP variables.
<form method="_get">
change it to:
<form method="get">
-- -- Álvaro G. Vicario - Burgos, Spain -- http://bits.demogracia.com - Mi sitio sobre programación web -- Don't e-mail me your questions, post them to the group --Received on Mon Oct 17 21:03:03 2005 |