You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Me...@alcatel.com.tr on 2003/04/08 15:21:18 UTC

[users@httpd] URGENT: Form submission

----- Forwarded by Mehmet EKICI/TR/ALCATEL on 08.04.2003 16:24 -----
|---------+--------------------------->
|         |           Mehmet EKICI    |
|         |                           |
|         |           08.04.2003 13:24|
|         |                           |
|---------+--------------------------->
  >---------------------------------------------------------------------------------------------------------------|
  |                                                                                                               |
  |        To:      users@httpd.apache.org                                                                        |
  |        cc:                                                                                                    |
  |        Subject: Form submission                                                                               |
  >---------------------------------------------------------------------------------------------------------------|



Hello,
I have installed a new apache(1.3.26) - php (4.3.1) couple recently.
I have a form ;
<FORM  action="tets.php" method="GET">
<INPUT TYPE="SUBMIT"  name="choose_submit" value="Choose Project" onClick
="DoSubmit()">

which returns to the same page.

I could not sense if the submit button is pressed doing

if (isset($choose_submit))
{
  echo "Submit is set";

}

Any idea.
Thanks,
Mehmet Ali Ekici





---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] URGENT: Form submission

Posted by Sander Holthaus - Orange XL <in...@orangexl.com>.
Please, search first, ask later. This question has been asked and answered
for many times. Also, searching would have been much faster too!

Kind Regards,
Sander Holhaus

----- Original Message -----
From: <Me...@alcatel.com.tr>
To: <us...@httpd.apache.org>
Sent: Tuesday, April 08, 2003 3:21 PM
Subject: [users@httpd] URGENT: Form submission


>
> ----- Forwarded by Mehmet EKICI/TR/ALCATEL on 08.04.2003 16:24 -----
> |---------+--------------------------->
> |         |           Mehmet EKICI    |
> |         |                           |
> |         |           08.04.2003 13:24|
> |         |                           |
> |---------+--------------------------->
>
>---------------------------------------------------------------------------
------------------------------------|
>   |
|
>   |        To:      users@httpd.apache.org
|
>   |        cc:
|
>   |        Subject: Form submission
|
>
>---------------------------------------------------------------------------
------------------------------------|
>
>
>
> Hello,
> I have installed a new apache(1.3.26) - php (4.3.1) couple recently.
> I have a form ;
> <FORM  action="tets.php" method="GET">
> <INPUT TYPE="SUBMIT"  name="choose_submit" value="Choose Project" onClick
> ="DoSubmit()">
>
> which returns to the same page.
>
> I could not sense if the submit button is pressed doing
>
> if (isset($choose_submit))
> {
>   echo "Submit is set";
>
> }
>
> Any idea.
> Thanks,
> Mehmet Ali Ekici
>
>
>
>
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>
>


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] URGENT: Form submission

Posted by Jonathan Laberge <jl...@redboxstudios.com>.
On 4/8/03 9:21 AM, "Mehmet.Ekici@alcatel.com.tr"
<Me...@alcatel.com.tr> wrote:
This in fact is a php question.

In your php.ini, did you set register_globals to on??

That should help probably


> 
> ----- Forwarded by Mehmet EKICI/TR/ALCATEL on 08.04.2003 16:24 -----
> |---------+--------------------------->
> |         |           Mehmet EKICI    |
> |         |                           |
> |         |           08.04.2003 13:24|
> |         |                           |
> |---------+--------------------------->
>> -----------------------------------------------------------------------------
>> ----------------------------------|
> |                
> |
> |        To:      users@httpd.apache.org
> |
> |        cc:     
> |
> |        Subject: Form submission
> |
>> -----------------------------------------------------------------------------
>> ----------------------------------|
> 
> 
> 
> Hello,
> I have installed a new apache(1.3.26) - php (4.3.1) couple recently.
> I have a form ;
> <FORM  action="tets.php" method="GET">
> <INPUT TYPE="SUBMIT"  name="choose_submit" value="Choose Project" onClick
> ="DoSubmit()">
> 
> which returns to the same page.
> 
> I could not sense if the submit button is pressed doing
> 
> if (isset($choose_submit))
> {
> echo "Submit is set";
> 
> }
> 
> Any idea.
> Thanks,
> Mehmet Ali Ekici
> 
> 
> 
> 
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>  "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org

-- 

Art visuel, communication, multimédia et internet

Jonathan Laberge
jlaberge@redboxstudios.com

Les Studios RedBox inc.
9643 boul. LaSalle
LaSalle (Québec)
Canada H8R 2N7

www.redboxstudios.com

514 368 3962 bur/off
514 368 9212 tel/fax
514 865 2554 cell/mob


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org