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
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;"
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
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
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
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
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
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
8 matches
Mail list logo