At 12:09 AM -0700 5/5/09, Richard Kurth wrote:
How can I force this to be a POST and not a GET
<a href=customer.php?cid=1&location=customeradd.php> Add Customer </a>
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 need POST not GET" I rethink what I'm doing.

Cheers,

tedd
--
-------
http://sperling.com  http://ancientstones.com  http://earthstones.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to