Re: [PHP] Submit Using An Image Form Processing

2011-06-19 Thread Shawn McKenzie
On 06/19/2011 07:26 AM, tedd wrote: > At 6:34 PM -0500 6/18/11, Shawn McKenzie wrote: >> >> Get method is for retrieval only. It is not for anything that has a >> consequence (insert, update, delete, send email, etc.). Use only post >> for those. >> >> -- >> Thanks! >> -Shawn > > > Why? > > C

Re: [PHP] Submit Using An Image Form Processing

2011-06-19 Thread Jason Pruim
On Jun 18, 2011, at 7:34 PM, Shawn McKenzie wrote: > On 06/18/2011 11:06 AM, Jason Pruim wrote: >> >> On Jun 18, 2011, at 11:54 AM, "Ron Piggott" >> wrote: >> >>> >> SRC="http://www.theverseoftheday.info/store-images/trash_can.png"; >>> WIDTH="20" HEIGHT="20" style="float: right;boarder: 0;"

Re: [PHP] Submit Using An Image Form Processing

2011-06-19 Thread tedd
At 11:54 AM -0400 6/18/11, Ron Piggott wrote: I am writing a shopping cart using the PayPal API. Shopping cart works. Just adding additional functionality. From the shopping cart contents I am trying to make it so the user may click on a picture of a trash can to delete the item. I wrote t

Re: [PHP] Submit Using An Image Form Processing

2011-06-19 Thread Ashley Sheridan
tedd wrote: >At 6:34 PM -0500 6/18/11, Shawn McKenzie wrote: >> >>Get method is for retrieval only. It is not for anything that has a >>consequence (insert, update, delete, send email, etc.). Use only post >>for those. >> >>-- >>Thanks! >>-Shawn > > >Why? > >Cheers, > >tedd > >-- >--- >ht

Re: [PHP] Submit Using An Image Form Processing

2011-06-19 Thread tedd
At 6:34 PM -0500 6/18/11, Shawn McKenzie wrote: Get method is for retrieval only. It is not for anything that has a consequence (insert, update, delete, send email, etc.). Use only post for those. -- Thanks! -Shawn Why? Cheers, tedd -- --- http://sperling.com/ -- PHP General Mailin

Re: [PHP] Submit Using An Image Form Processing

2011-06-18 Thread Shawn McKenzie
On 06/18/2011 11:06 AM, Jason Pruim wrote: > > On Jun 18, 2011, at 11:54 AM, "Ron Piggott" > wrote: > >> > SRC="http://www.theverseoftheday.info/store-images/trash_can.png"; WIDTH="20" >> HEIGHT="20" style="float: right;boarder: 0;" alt="Remove Product From >> Shopping Cart" name="remove_pro

Re: [PHP] Submit Using An Image Form Processing

2011-06-18 Thread Jason Pruim
On Jun 18, 2011, at 11:54 AM, "Ron Piggott" wrote: > SRC="http://www.theverseoftheday.info/store-images/trash_can.png"; WIDTH="20" > HEIGHT="20" style="float: right;boarder: 0;" alt="Remove Product From > Shopping Cart" name="remove_product" value="1" /> I would wrap the image in a link li

[PHP] Submit Using An Image Form Processing

2011-06-18 Thread Ron Piggott
I am writing a shopping cart using the PayPal API. Shopping cart works. Just adding additional functionality. >From the shopping cart contents I am trying to make it so the user may click >on a picture of a trash can to delete the item. I wrote the following line of >code: http://www.the

[PHP] Submit login form using HTTP AUTH

2009-08-20 Thread LinuxManMikeC
Anybody know of any tricks to make an HTML login form that sends the credentials via HTTP AUTH? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Submit Form Values To Parent

2005-12-02 Thread Jay Blanchard
[snip] > http://www.assertia.com/iframe.html > > and then click on 'Click Here'. I am trying to display the form results in > the parent window, but I am having no luck! > [/snip] > > Actually it is working properly. You have no POST method in your form call > > form.html: > <---WHAT IS THE METHOD

Re: [PHP] Submit Form Values To Parent

2005-12-02 Thread Shaun
"Jay Blanchard" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > [snip] > I have made an example of this now. If you click on this link: > > http://www.assertia.com/iframe.html > > and then click on 'Click Here'. I am trying to display the form results in > the parent window, but I am

RE: [PHP] Submit Form Values To Parent

2005-12-02 Thread Jay Blanchard
[snip] I have made an example of this now. If you click on this link: http://www.assertia.com/iframe.html and then click on 'Click Here'. I am trying to display the form results in the parent window, but I am having no luck! [/snip] Actually it is working properly. You have no POST method in you

Re: [PHP] Submit Form Values To Parent

2005-12-02 Thread Shaun
Hi all, I have made an example of this now. If you click on this link: http://www.assertia.com/iframe.html and then click on 'Click Here'. I am trying to display the form results in the parent window, but I am having no luck! Here is my code: iframe.html: http://www.w3.org/TR/xhtml1/DTD/xhtml1

Re: [PHP] Submit Form Values To Parent

2005-12-02 Thread Terence
Shaun wrote: Hi, How can I get the form values submitted from an iframe where the target is the parent window? Use Javascript. Check out irt.org -> Javascript They have lots of great examples. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/un

[PHP] Submit Form Values To Parent

2005-12-01 Thread Shaun
Hi, How can I get the form values submitted from an iframe where the target is the parent window? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Submit/Validate triggering problem.

2005-10-22 Thread Richard Lynch
On Fri, October 21, 2005 10:51 am, Uros Dukanac wrote: > I can make "workaround" by checking the value of $Filter (is it "A" or > "B") to > determine which button sent a request (see "Workaround code" after > "Original > code"), but it looks "dirty" to me, and I'm wondering why to do that It's pre

[PHP] Submit/Validate triggering problem.

2005-10-21 Thread Uros Dukanac
Dear anyone... :) First, I hope I'm sending this message to correct address. If this is not the case I'm apologizing for wasting your time, and I'm asking you to give me the right e-mail address. === GENERAL LAMP Environment PEAR - HTML_QuickForm 3.2.4pl1 stable Platform: SuSE 9.3 =

Re: [PHP] Submit name change

2005-05-02 Thread Jochem Maas
Anasta wrote: I need this to change the value of the button 'sit in' to the name of a user --it doesnt work so anyone got any ideas or is what i am looking to do impossible. have you tried the [EMAIL PROTECTED] list? ;-) (with kudos to John Nichel for the original 'psychic-db' comment which still

[PHP] Submit name change

2005-05-01 Thread Anasta
I need this to change the value of the button 'sit in' to the name of a user --it doesnt work so anyone got any ideas or is what i am looking to do impossible. Either the button name can show the username or a text field can change from blank to show the username when clicked. -- PHP G

Re: [PHP] submit to a remote form without the use of curl?? Is it possible?

2004-09-28 Thread Brent Clements
EMAIL PROTECTED]> Sent: Monday, September 27, 2004 11:06 PM Subject: Re: [PHP] submit to a remote form without the use of curl?? Is it possible? > --- [EMAIL PROTECTED] wrote: > > Is it possible with php to submit to a remote form without the > > use of curl? > > You can use

Re: [PHP] submit to a remote form without the use of curl?? Is it possible?

2004-09-27 Thread Chris Shiflett
--- [EMAIL PROTECTED] wrote: > Is it possible with php to submit to a remote form without the > use of curl? You can use fsockopen: http://shiflett.org/hacks/php/http_post If your version of PHP supports streams, you can use streams: http://shiflett.org/hacks/php/streams_post Hope that helps.

Re: [PHP] submit to a remote form without the use of curl?? Is it possible?

2004-09-27 Thread Curt Zirzow
* Thus wrote [EMAIL PROTECTED]: > > > Is it possible with php to submit to a remote form without the use of curl? I'm assuming you want to POST a form verses a GET, since you can easily do a GET form submission like: $fp = fopen('http://domain.com/?get=var', 'r'); in PHP5 you can accomplish

Re: [PHP] submit to a remote form without the use of curl?? Is it possible?

2004-09-27 Thread raditha dissanayake
[EMAIL PROTECTED] wrote: Is it possible with php to submit to a remote form without the use of curl? I am developing an application on a hosting server that does not have curl available and I need to submit some values to a remote form. Anybody ever do something like this without the use of curl?

[PHP] submit to a remote form without the use of curl?? Is it possible?

2004-09-27 Thread bclem
Is it possible with php to submit to a remote form without the use of curl? I am developing an application on a hosting server that does not have curl available and I need to submit some values to a remote form. Anybody ever do something like this without the use of curl? Thanks, Brent --

Re: [PHP] Submit button as image

2004-05-12 Thread Curt Zirzow
* Thus wrote Sam ([EMAIL PROTECTED]): > > What do you do with this? > Submit.x=22&Submit.y=13 > > if($_GET['Submit.x'] > 0) ??? $_GET['Submit_x']; php converts .x to _x to be compatible accross browser versions. > > Is there some smarter way of dealing with an image as a submit button? > >

RE: [PHP] Submit button as image

2004-05-12 Thread Chris W. Parker
Sam on Wednesday, May 12, 2004 10:10 AM said: > What do you do with this? nothing. i usually don't give my image buttons a name value so that never shows up. what it's meant for is server side image maps. the browser is telling the server where on the image the user

[PHP] Submit button as image

2004-05-12 Thread Sam
What do you do with this? Submit.x=22&Submit.y=13 if($_GET['Submit.x'] > 0) ??? Is there some smarter way of dealing with an image as a submit button? input name="Submit" type="image" value="doesNOTseemTOmatter" Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[Fwd: Re: [PHP] Submit Button Refresh Problem?]

2004-01-05 Thread Asegu
oops, should have double checked the 'to'. Sorry. Original Message Subject: Re: [PHP] Submit Button Refresh Problem? From:Andrew Séguin <[EMAIL PROTECTED]> Date:Mon, January

Re: [PHP] Submit Button Refresh Problem?

2004-01-05 Thread Chris Shiflett
--- wknit <[EMAIL PROTECTED]> wrote: > I have a php file that contains all the functions that I run on the > page that is displayed, self-contained. > > The main function is > > I am invoking that function with a Submit button OnClick event. [snip] > How do I keep the page from refreshing on l

RE: [PHP] Submit Button Refresh Problem?

2004-01-05 Thread Larry Brown
econd form around your other submit along with a variable for it to send etc. Hope that helps Larry -Original Message- From: wknit [mailto:[EMAIL PROTECTED] Sent: Monday, January 05, 2004 8:22 AM To: [EMAIL PROTECTED] Subject: [PHP] Submit Button Refresh Problem? I have a php file

[PHP] Submit Button Refresh Problem?

2004-01-05 Thread wknit
I have a php file that contains all the functions that I run on the page that is displayed, self-contained. The main function is I am invoking that function with a Submit button OnClick event. Whenever I click the button, the page refreshes and the function runs just fine displaying a dynamical

Re: [PHP] Submit button

2003-09-30 Thread - Edwin -
Hi, "Nitin" <[EMAIL PROTECTED]> wrote: > Never mind, but could you state the reason? Just guessing here... ...[snip]... > > > --- Nitin <[EMAIL PROTECTED]> wrote: > > > > > > > This is a great example of what not to do. ...because it relies on Javascript (so it's unreliable because of some

Re: [PHP] Submit button

2003-09-29 Thread Nitin
Never mind, but could you state the reason? Nitin - Original Message - From: "Chris Shiflett" <[EMAIL PROTECTED]> To: "Nitin" <[EMAIL PROTECTED]>; "Karina S" <[EMAIL PROTECTED]> Cc: "PHP-General" <[EMAIL PROTECTED]> Se

Re: [PHP] Submit button

2003-09-28 Thread Chris Shiflett
--- Nitin <[EMAIL PROTECTED]> wrote: > This is a great example of what not to do. Use http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Submit button

2003-09-28 Thread Eugene Lee
On Sun, Sep 28, 2003 at 01:20:32PM +0200, Karina S wrote: : : I have changed the code, but it doesn't work. : : if (!(isset($_Post['SubmitForm_x']))) : { : ... : . : : } : else : { : . : } 1. The superglobal array is $_POST (all caps), not $_Post. 2. Make su

Re: [PHP] Submit button

2003-09-28 Thread Nitin
You can always use: Try it and enjoy Nitin

Re: [PHP] Submit button

2003-09-28 Thread Karina S
I have changed the code, but it doesn't work. if (!(isset($_Post['SubmitForm_x']))) { ... . } else { . } "Eugene Lee" <[EMAIL PROTECTED]> az alábbiakat írta a következo üzenetben news:[EMAIL PROTECTED] > On Sun, Sep 28, 2003 at 12:49:27PM +0200, Karina S wrot

Re: [PHP] Submit button

2003-09-28 Thread Eugene Lee
On Sun, Sep 28, 2003 at 12:49:27PM +0200, Karina S wrote: : : I want to use an image as submit button on my form. Now I use the following : code with button: : : if (!(isset($_Post['SubmitForm']))) : { : ... : . : : } : else : { : . : } : : Is it possible to

[PHP] Submit button

2003-09-28 Thread Karina S
Hello, I want to use an image as submit button on my form. Now I use the following code with button: if (!(isset($_Post['SubmitForm']))) { ... . } else { . } Is it possible to change the Submit button with an image? Thanks! -- PHP General Mailing List (ht

Re[2]: [PHP] Submit Image Button

2003-04-04 Thread Timo Boettcher
Hi -{, Nachricht vom Donnerstag, 3. April 2003, 16:27:56: > If(!$_GET['sub_x'] && !$_GET['sub_y']) { > // display form > } else { > // it was submitted Use "isset" to test the variables... it is cleaner code. PHP will complain if you do not. (Except of course if you silence it an

Re: [PHP] Submit Image Button

2003-04-04 Thread Marek Kilimajer
Even if it would be fixed right now, you cannot count on it for several years ;-) Daevid Vincent wrote: Anyone know if this annoying behaviour will ever be 'fixed' in future HTML specs? I can't believe what a glaring oversight this is that the 'value' doesn't get GET/POSTED like with a normal 's

RE: [PHP] Submit Image Button

2003-04-03 Thread Daevid Vincent
Anyone know if this annoying behaviour will ever be 'fixed' in future HTML specs? I can't believe what a glaring oversight this is that the 'value' doesn't get GET/POSTED like with a normal 'submit' button... WTF were they thinking? -- PHP General Mailing List (http://www.php.net/) To unsubscrib

Re: [PHP] Submit Image Button

2003-04-03 Thread Maciek Ruckgaber Bielecki
have a look on tag in w3c.org mate On Wed, Apr 02, 2003 at 09:27:01PM -0500, Thomas wrote: > I have a problem with my php. > > I have a form and in that form there is an image submit button. When I > click on it, it won't tell me if the submit button is clicked. > It works fine with a normal on

RE: [PHP] Submit Image Button

2003-04-03 Thread Ford, Mike [LSS]
> -Original Message- > From: -{ Rene Brehmer }- [mailto:[EMAIL PROTECTED] > Sent: 03 April 2003 15:28 > > On Wed, 2 Apr 2003 21:41:02 -0500, John Coggeshall wrote > about "RE: [PHP] > Submit Image Button" what the universal translator turned into this: >

Re: [PHP] Submit Image Button

2003-04-03 Thread Thomas
It works either way apparently...plus, I need the $POST not $_GET. but it works aswell. "-{ Rene Brehmer }-" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Wed, 2 Apr 2003 21:41:02 -0500, John Coggeshall wrote about "RE: [PHP] > Submit Image

Re: [PHP] Submit Image Button

2003-04-03 Thread -{ Rene Brehmer }-
On Wed, 2 Apr 2003 21:41:02 -0500, John Coggeshall wrote about "RE: [PHP] Submit Image Button" what the universal translator turned into this: >Well you can ignore it if you don't need the X/Y cord... But you can use >it to make sure the button was clicked: > >If(!$_G

Re: [PHP] Submit Image Button

2003-04-02 Thread Thomas
ll > john at coggeshall dot org http://www.coggeshall.org/ > -~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~- > > > >-Original Message- > >From: Thomas [mailto:[EMAIL PROTECTED] > >Sent: Wednesday, April 02, 2003 9:39 PM > >To: [EMAIL PROTECTED] > >Subject: Re: [PHP] Submit Image Button > >

RE: [PHP] Submit Image Button

2003-04-02 Thread John Coggeshall
gt;To: [EMAIL PROTECTED] >Subject: Re: [PHP] Submit Image Button > > >ok, sorry I'm a newb...what do I do with that info? I saw >that page, but it makes no sense to me > >Thomas > > >"John Coggeshall" <[EMAIL PROTECTED]> wrote in message &g

Re: [PHP] Submit Image Button

2003-04-02 Thread Thomas
ggeshall > john at coggeshall dot org http://www.coggeshall.org/ > -~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~--~=~- > > > >-Original Message- > >From: Thomas [mailto:[EMAIL PROTECTED] > >Sent: Wednesday, April 02, 2003

RE: [PHP] Submit Image Button

2003-04-02 Thread John Coggeshall
9:27 PM >To: [EMAIL PROTECTED] >Subject: [PHP] Submit Image Button > > >I have a problem with my php. > >I have a form and in that form there is an image submit >button. When I click on it, it won't tell me if the submit >button is clicked. It

[PHP] Submit Image Button

2003-04-02 Thread Thomas
I have a problem with my php. I have a form and in that form there is an image submit button. When I click on it, it won't tell me if the submit button is clicked. It works fine with a normal one. sample: If I use This works finedo I need to do something e

Re: Re: [PHP] submit

2003-03-28 Thread Diksha Neel
hi guys, yeah, i now believe this really is an off day for me. probably because i did not have food today! well, my problem is a really funny one. through dew4.html's submit button i want to get connect to new6.php from which should open a file. but as soon as i click on the submit button, i get

Re: [PHP] submit

2003-03-28 Thread Nikunj Virani
change to Regards, Nikunj Virani - Original Message - From: "Diksha Neel" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 28, 2003 4:13 PM Subject: [PHP] submit > hi all, > seems to be and off day for me. > simple things aren't work

[PHP] submit

2003-03-28 Thread Diksha Neel
hi all, seems to be and off day for me. simple things aren't working. have this really stupid thing called dew3.html in which is a submit button to connect to new6.php that will in turn create a file sandrew.html. but the submit button in dew3.html is seen but isn't working. help please. sending co

[PHP] submit button with attachment

2003-03-07 Thread Diksha Neel
dear all, hi! i have a php page by name diki.php which i have pasted below. i have removed the irrelevant code because of the size limit of the email. in this page is a submit button at the end. the form in which this button is placed is by "get" sent to p.php which has only the following contents

[PHP] SUBMIT

2003-03-06 Thread Diksha Neel
dear all, hi! i have a php page by name diki.php which i have pasted below. i have removed the irrelevant code because of the size limit of the email. in this page is a submit button at the end. the form in which this button is placed is by "get" sent to p.php which has only the following contents

[PHP] submit button

2003-03-06 Thread Diksha Neel
dear all, hi! i have a php page by name diki.php which i have attached. in this page is a submit button at the end. the form in which this button is placed is by "get" sent to p.php which has only the following contents: but when i click on submit button i am not getting connected to p.php. stran

[PHP] submit button

2003-03-06 Thread Diksha Neel
dear all, hi! i have a php page by name diki.php which i have attached. in this page is a submit button at the end. the form in which this button is placed is by "get" sent to p.php which has only the following contents: but when i click on submit button i am not getting connected to p.php. stran

[PHP] submit button

2003-03-06 Thread Diksha Neel
dear all, hi! i have a php page by name diki.php which i have attached. in this page is a submit button at the end. the form in which this button is placed is by "get" sent to p.php which has only the following contents: but when i click on submit button i am not getting connected to p.php. stran

RE: [PHP] submit button

2003-03-06 Thread Rich Gray
> hi everybody, > > i have a PHP script by name registration.php > in which i have a submit button at the bottom. > the form in this script is sent to p.php by "GET". > but on clicking the submit button, nothing happens > attaching registration.php. > > p.php has only the following: > echo "

[PHP] submit button

2003-03-06 Thread Diksha Neel
hi everybody, i have a PHP script by name registration.php in which i have a submit button at the bottom. the form in this script is sent to p.php by "GET". but on clicking the submit button, nothing happens attaching registration.php. p.php has only the following: please help, diksha. -- PHP

Re: [PHP] Submit buttons

2003-02-25 Thread Rick Emery
> Sent: Tuesday, February 25, 2003 2:25 PM Subject: Re: [PHP] Submit buttons Yes, you can. Simply give the buttons differnt names: in the PHP script: extract($HTTP_POST_VARS); is( isset($submit1) ) { } else if( isset($submit2) ) { } - Original Message - From: "Greg" &

Re: [PHP] Submit buttons

2003-02-25 Thread Rick Emery
Yes, you can. Simply give the buttons differnt names: in the PHP script: extract($HTTP_POST_VARS); is( isset($submit1) ) { } else if( isset($submit2) ) { } - Original Message - From: "Greg" <[EMAIL PROTECTED]> To: <> Sent: Tuesday, February 25, 2003 2:11 PM

RE: [PHP] Submit buttons

2003-02-25 Thread Cal Evans
Sent: Tuesday, February 25, 2003 2:11 PM To: [EMAIL PROTECTED] Subject: [PHP] Submit buttons Is there any way that I can have a form submit to different pages depending on the submit button that is pressed? Thanks! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] Submit buttons

2003-02-25 Thread Greg
Is there any way that I can have a form submit to different pages depending on the submit button that is pressed? Thanks! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Submit Form

2003-01-08 Thread Justin French
is your question in regards to: a) how to bring data from the 1st form across to the 2nd, so that it can all be updated together OR b) how to POST data from a form using a html link, probably with javascript If b, best place to ask is a javascript list/newsgroup, or by looking for something sim

[PHP] Submit Form

2003-01-08 Thread Stephen
Hello,   I have a question. First of all, I want to save the data a user has typed in a form into a MySQL database so they can load it up for later use but, I need to first submit all the form vars on the current page from a link. This may be _javascript_, but either way, I'm not sure how to

Re: [PHP] Submit hitting enter problem

2002-11-11 Thread dwalker
It is a client side browser issue. Which browser are you testing within??? -Original Message- From: rija <[EMAIL PROTECTED]> To: php <[EMAIL PROTECTED]> Date: Sunday, November 10, 2002 9:49 PM Subject: [PHP] Submit hitting enter problem What am I missing? My form doe

Re: [PHP] Submit hitting enter problem

2002-11-11 Thread Jason Wong
On Monday 11 November 2002 17:59, Richard Allsebrook wrote: > One point nobody seems to have raised about why its important to quote > attribute values ... > > $Value="foo bar"; > echo ""; > ?> > > will produce the following code in the browser > > > > and renders in the browser (testing in ie6)

Re: [PHP] Submit hitting enter problem

2002-11-11 Thread Richard Allsebrook
One point nobody seems to have raised about why its important to quote attribute values ... "; ?> will produce the following code in the browser and renders in the browser (testing in ie6) as a text box containing only the word foo (The browser sets the value to foo and things bar is an unkno

Re: [PHP] Submit hitting enter problem

2002-11-10 Thread @ Edwin
Hello, "Charles Wiltgen" <[EMAIL PROTECTED]> wrote: > David Rice wrote... > > > It's not "mandatory" to put quotes around attributes, but it would be wise to > > use this style="recommended" method of representing attributes, if for no > > reason="other" than to get used to a habit="good". > > It

Re: [PHP] Submit hitting enter problem

2002-11-10 Thread Charles Wiltgen
David Rice wrote... > It's not "mandatory" to put quotes around attributes, but it would be wise to > use this style="recommended" method of representing attributes, if for no > reason="other" than to get used to a habit="good". It is mandatory for XHTML, I believe. -- Charles Wiltgen -- PHP

Re: [PHP] Submit hitting enter problem

2002-11-10 Thread Jason Wong
On Monday 11 November 2002 14:04, rija wrote: > Really big thank to everybody, > > But, now, I know what happening, because I check form submit using > isset($_POST['submit']), so if user don't press submit button, > $_POST['submit'] stay null even the rest is already sent. Then my script > send me

Re: [PHP] Submit hitting enter problem

2002-11-10 Thread Jason Wong
On Monday 11 November 2002 13:36, rija wrote: > Sure ! > > But just simple question? > Is it necessary to put quotes around these attributes values? Let's put it this way, using quotes will not break any browser. Not using quotes /may/ make your page not work correctly on browsers which implement

Re: [PHP] Submit hitting enter problem

2002-11-10 Thread rija
- Original Message - From: "Justin French" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "php" <[EMAIL PROTECTED]> Sent: Monday, November 11, 2002 4:28 PM Subject: Re: [PHP] Submit hitting enter problem > on 11/11/02 2:16 PM, rija ([EMAIL PROTECTED]) w

Re: [PHP] Submit hitting enter problem

2002-11-10 Thread David Rice
omethings with space, for value's attribute, It is important to put quote because sometimes users enter space. - Original Message - From: "Jason Wong" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 11, 2002 3:33 PM Subject: Re: [PHP] Submit h

Re: [PHP] Submit hitting enter problem

2002-11-10 Thread Khalid El-Kary
well, you are right they may work, but according to the sepcification qoutes should be added, you should follow it, because you don't know the hidden browsers out there which you didn't test, and IE, Opera, NS can't guarantee that they will support this behaviour in future releases

Re: [PHP] Submit hitting enter problem

2002-11-10 Thread rija
portant to put quote because sometimes users enter space. - Original Message - From: "Jason Wong" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 11, 2002 3:33 PM Subject: Re: [PHP] Submit hitting enter problem > What happens when ENTER is pre

RE: [PHP] Submit hitting enter problem

2002-11-10 Thread @ Darwin
popularity. Good luck. > -Original Message- > From: rija [mailto:rija@;vatu.com] > Sent: Sunday, November 10, 2002 8:45 PM > To: php > Subject: [PHP] Submit hitting enter problem > > > What am I missing? > > My form does not submit when I hit enter in the text box.

Re: [PHP] Submit hitting enter problem

2002-11-10 Thread Jason Wong
On Monday 11 November 2002 10:44, rija wrote: > What am I missing? > > My form does not submit when I hit enter in the text box. > I do something approximately like this : > > > > > ... > > What happens when ENTER is pressed depends on what browser you're using. Different browsers exhibit

RE: [PHP] Submit hitting enter problem

2002-11-10 Thread John W. Holmes
> Thanks for your quick answer, > > But it doesn't change anything. > change my text box into big text area- > > So I always have to click on submit button to submit the form. So? This doesn't have anything to do with PHP, it's dependant on the browser you are using. IE will do this for you som

Re: [PHP] Submit hitting enter problem

2002-11-10 Thread Justin French
on 11/11/02 2:16 PM, rija ([EMAIL PROTECTED]) wrote: > Thanks for your quick answer, > > But it doesn't change anything. > change my text box into big text area- > > So I always have to click on submit button to submit the form. Actually, I miss-read your question... do you WANT the form to be

Re: [PHP] Submit hitting enter problem

2002-11-10 Thread Jason Sheets
;[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]>; "php" <[EMAIL PROTECTED]> > Sent: Monday, November 11, 2002 3:45 PM > Subject: Re: [PHP] Submit hitting enter problem > > > > on 11/11/02 12:44 PM, rija ([EMAIL PROTECTED]) wrote: > > >

Re: [PHP] Submit hitting enter problem

2002-11-10 Thread rija
ot;php" <[EMAIL PROTECTED]> Sent: Monday, November 11, 2002 3:45 PM Subject: Re: [PHP] Submit hitting enter problem > on 11/11/02 12:44 PM, rija ([EMAIL PROTECTED]) wrote: > > > > > I think you need to use a if you wish for the returns to be > submitted. >

Re: [PHP] Submit hitting enter problem

2002-11-10 Thread Justin French
on 11/11/02 12:44 PM, rija ([EMAIL PROTECTED]) wrote: > I think you need to use a if you wish for the returns to be submitted. Cheers Justin French Creative Director http://Indent.com.au Web Developent & Graphic Design -- PHP General Mailing List

[PHP] Submit hitting enter problem

2002-11-10 Thread rija
What am I missing? My form does not submit when I hit enter in the text box. I do something approximately like this : ... // Thanks in advance.

RE: [PHP] Submit form from javascript code

2002-08-31 Thread Todd Pasley
> From: Madjid Nasiri [mailto:[EMAIL PROTECTED]] > Sent: Saturday, 31 August 2002 9:44 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Submit form from javascript code > > > Hi all > I need submit a form from javascript code. My code near this code: > >

Re: [PHP] Submit form from javascript code

2002-08-31 Thread Jason Wong
On Saturday 31 August 2002 19:43, Madjid Nasiri wrote: > I need submit a form from javascript code. My code near this code: Please ask javascript questions on a javascript list. -- Jason Wong -> Gremlins Associates -> www.gremlins.com.hk Open Source Software Systems Integrators * Web Design &

[PHP] Submit form from javascript code

2002-08-31 Thread Madjid Nasiri
Hi all I need submit a form from javascript code. My code near this code: function submitform(iId) { document.myform.elements['id'].value=iId; document.myform.submit(); alert("foo"); // This is code is dummy retrun false; } Id One Id Two Id 1000 If I remove alert() call in

Re: [PHP] Submit code

2002-07-16 Thread Scott Fletcher
t; > > -Original Message- > From: MindHunter [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 16, 2002 2:33 AM > To: [EMAIL PROTECTED] > Subject: [PHP] Submit code > > > I am looking for PHP code that will submit (post) a form automaically to a > ANOTHER php pag

RE: [PHP] Submit code

2002-07-16 Thread Steve Bradwell
cking a button. Check this link. http://www.devguru.com/Technologies/ecmascript/quickref/evhan_onsubmit.html Hope this helps, -Steve. -Original Message- From: MindHunter [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 16, 2002 2:33 AM To: [EMAIL PROTECTED] Subject: [PHP] Submit code

Re: [PHP] Submit code

2002-07-15 Thread Peter Janett
quot;'MindHunter'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, July 16, 2002 12:33 AM Subject: RE: [PHP] Submit code > three methods that I can think of: > 1. header("location: url"); > 2. > 3. Hidden form + JavaScript > > -Or

RE: [PHP] Submit code

2002-07-15 Thread Martin Towell
three methods that I can think of: 1. header("location: url"); 2. 3. Hidden form + JavaScript -Original Message- From: MindHunter [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 16, 2002 4:33 PM To: [EMAIL PROTECTED] Subject: [PHP] Submit code I am looking for PHP code that w

[PHP] Submit code

2002-07-15 Thread MindHunter
I am looking for PHP code that will submit (post) a form automaically to a ANOTHER php page. I do not want to press a submit button. I have found a class at PHPClasses but it is too complicated for my needs. What is the simplest way of doing this? What is the theoretical approach? The reason

Re: [PHP] Submit Form

2002-04-22 Thread Tyler Longren
IL PROTECTED]> Sent: Monday, April 22, 2002 9:10 AM Subject: [PHP] Submit Form > I am using php4 on windows and has been serving php files just fine however, > once I started creating forms i.e data submition in forms. The browser > displays /php4/php.exe as part of the url even af

[PHP] Submit Form

2002-04-22 Thread dengach
I am using php4 on windows and has been serving php files just fine however, once I started creating forms i.e data submition in forms. The browser displays /php4/php.exe as part of the url even after I try to refresh the page. -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

[PHP] Submit/View images using PHP/MySQL

2002-01-29 Thread Mike C
Hi, Can anyone point me to some good examples of how to add images using PHP 4 (from within a browser) to a MySQL database running on MacOSX, which is already configured & working, then display the images by selecting their name or category etc, again within the browser. I also need to restric

RE: [PHP] Submit

2001-10-21 Thread Jack Dempsey
you could just declare one multidimensional array as a session var, then carry that aroundthat's easiest way i've found. jack -Original Message- From: Chip Landwehr [mailto:[EMAIL PROTECTED]] Sent: Sunday, October 21, 2001 8:43 PM To: [EMAIL PROTECTED] Subject: Re: [P

Re: [PHP] Submit

2001-10-21 Thread Chip Landwehr
; From: Chip Landwehr [mailto:[EMAIL PROTECTED]] > Sent: Sunday, October 21, 2001 8:39 PM > To: [EMAIL PROTECTED] > Subject: Re: [PHP] Submit > > > But won't using a header kill all the form data? Thought you had to use > post for that? > > > > "Jack Dempse

RE: [PHP] Submit

2001-10-21 Thread Jack Dempsey
riginal Message- From: Chip Landwehr [mailto:[EMAIL PROTECTED]] Sent: Sunday, October 21, 2001 8:39 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] Submit But won't using a header kill all the form data? Thought you had to use post for that? "Jack Dempsey" <[EMAIL PROTECTED]> wrot

  1   2   >