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