Re: [PHP] Forcing a Post of data

2009-05-05 Thread tedd
At 12:09 AM -0700 5/5/09, Richard Kurth wrote: How can I force this to be a POST and not a GET Add Customer or is the only way you can pass data with a POST is from a Form submission. If you need to pass data in the url, then GET is the only viable option. When I am confronted with "Hey, I n

Re: [PHP] Forcing a Post of data

2009-05-05 Thread Michael A. Peters
Ashley Sheridan wrote: On Tue, 2009-05-05 at 00:09 -0700, Richard Kurth wrote: How can I force this to be a POST and not a GET Add Customer or is the only way you can pass data with a POST is from a Form submission. The only way you can send post data is either through the form or using an A

Re: [PHP] Forcing a Post of data

2009-05-05 Thread Ashley Sheridan
On Tue, 2009-05-05 at 00:22 -0700, Richard Kurth wrote: > Ashley Sheridan wrote: > > On Tue, 2009-05-05 at 00:09 -0700, Richard Kurth wrote: > > > >> How can I force this to be a POST and not a GET > >> Add Customer > >> or is the only way you can pass data with a POST is from a Form submissio

Re: [PHP] Forcing a Post of data

2009-05-05 Thread Ashley Sheridan
On Tue, 2009-05-05 at 12:58 +0530, Bipin Upadhyay wrote: > You could use auto form submission using javascript. > A quick search should help. > > --Bipin Upadhyay. > http://projectbee.org/ > > Richard Kurth wrote: > > How can I force this to be a POST and not a GET > > Add Customer > > or is th

Re: [PHP] Forcing a Post of data

2009-05-05 Thread Richard Kurth
Ashley Sheridan wrote: On Tue, 2009-05-05 at 00:22 -0700, Richard Kurth wrote: Ashley Sheridan wrote: On Tue, 2009-05-05 at 00:09 -0700, Richard Kurth wrote: How can I force this to be a POST and not a GET Add Customer or is the only way you can pass data with a POST is fro

Re: [PHP] Forcing a Post of data

2009-05-05 Thread Ashley Sheridan
On Tue, 2009-05-05 at 00:09 -0700, Richard Kurth wrote: > How can I force this to be a POST and not a GET > Add Customer > or is the only way you can pass data with a POST is from a Form submission. > The only way you can send post data is either through the form or using an AJAX call. In theory

Re: [PHP] Forcing a Post of data

2009-05-05 Thread Bipin Upadhyay
You could use auto form submission using javascript. A quick search should help. --Bipin Upadhyay. http://projectbee.org/ Richard Kurth wrote: How can I force this to be a POST and not a GET Add Customer or is the only way you can pass data with a POST is from a Form submission. -- PHP