|
thanx for the nice article, sample code do let me get an idea about implementation of REST in php.
i'm a php newbie, correct me if i were wrong..
since the REST idea is to optimize the usage of HTTP methods (GET,PUT,DELETE,POST,etc). how do we handle DELETE, PUT or OPTION in php?
i just couldn't find the way to handle DELETE in php4 doc.
|