http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html
Something like this? I might be misunderstanding your question, but I don't think statuses and datatypes are related if that's what you mean. Status codes (linked) are the status of the call.. (ie. a return status of 200 means everything went OK). Data type is the format of the data you are expecting to return (html for plain html to insert into your document, json for js objects, etc)... Nic Luciano http://www.twitter.com/nicluciano http://www.linkedin.com/in/nicluciano On Wed, Feb 11, 2009 at 8:52 PM, Tim Johnson <t...@johnsons-web.com> wrote: > > I would be grateful if someone could point me to documentation > on status codes. > > Example: $post() expects a callback function whose second argument > would be status. > What statuses should I expect and what datatype for statuses > should I expect. > Links to docs would be more than adequate. > > _Thanks In Advance_ and thanks for all the help I've had so far. > tim >