[nycphp-talk] php web form
Chris Shiflett
shiflett at php.net
Mon May 16 19:31:03 EDT 2005
aaron at aarond.com wrote:
> For example I'd like to avoid someone trying to send post data from a
> copy of my form on another server to mine.
Aside from the helpful information that has been posted, I think it's
very important to realize that clients send requests, not servers. (Even
in cases where you want to send a request from your PHP script, you play
the role of an HTTP client.)
Stated differently, it doesn't matter where an HTML form is located, the
client (browser) sends the request when the form is submitted.
Hope that helps.
Chris
--
Chris Shiflett
Brain Bulb, The PHP Consultancy
http://brainbulb.com/
More information about the talk
mailing list