Re: _GET and _POST
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.php archive

Re: _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):
> I have problem with _GET method. When I want to send information from
> formulars by _POST it works but if I want to do it by _GET it doesn't
> work. Where is the problem ? Should I put something into php.ini ? I am
> using php 5 and IIS.

Maybe the problem is that _GET and _POST are not methods but PHP variables.
The methods are called GET and POST. So if you use:

<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