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

Re: [PHP] Submit Using An Image Form Processing

2011-06-19 Thread Ashley Sheridan
tedd tedd.sperl...@gmail.com 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 -- ---

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

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 ron.pigg...@actsministries.org wrote: INPUT TYPE=image SRC=http://www.theverseoftheday.info/store-images/trash_can.png; WIDTH=20 HEIGHT=20

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? Cheers, tedd The

[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: INPUT TYPE=image

Re: [PHP] Submit Using An Image Form Processing

2011-06-18 Thread Jason Pruim
On Jun 18, 2011, at 11:54 AM, Ron Piggott ron.pigg...@actsministries.org wrote: INPUT TYPE=image 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

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 ron.pigg...@actsministries.org wrote: INPUT TYPE=image SRC=http://www.theverseoftheday.info/store-images/trash_can.png; WIDTH=20 HEIGHT=20 style=float: right;boarder: 0; alt=Remove Product From