====== Proxy ====== ~~NOTOC~~ == See Also == [[v5:proxy:proxy_index|ADOdb Proxy Server]]\\ == Specification == ^Driver Name|proxy| ^Alternate Name|csv| ^Data Provider|proxy| ^Status|Deprecated((This driver will be removed in a future version of ADOdb))| ^Windows|Yes| ^Unix|Yes| ^ADOdb V5|Yes| ^ADOdb V6|Yes| This functionality is deprecated as of ADOdb 5.21.0 and will be removed in a later release, unless the community contributes with necessary security enhancements, [[https://github.com/ADOdb/ADOdb/pull/444|as discussed on Github]]. ===== Description ===== The ''proxy'' driver is the client-side driver used by the [[v5:proxy:proxy_index|ADOdb Proxy Server]]. Prior to ADOdb version 5.21, the ''csv'' and ''proxy'' drivers could be used interchangeably, but since 5.21, enhancements and fixes are only applied to the ''proxy'' driver, and only that one should be used. -------------------------------------------------- ===== Usage ===== $db = newAdoConnection('proxy'); $db->connect('http://127.0.0.1/files/server.php'); {{tag>proxy deprecated}}