// Constructor: Contains the list of methods available to the gateway funct " /> 欧美视频在线观看,欧洲色大大久久,狂野欧美性猛交xxxx巴西

色尼玛亚洲综合影院,亚洲3atv精品一区二区三区,麻豆freexxxx性91精品,欧美在线91

flash用php連接數據庫的代碼

php代碼:
復制代碼 代碼如下:
/* /flashservices/services/Catalog.php */
class Catalog {
        var $products_array = array();

// Constructor: Contains the list of methods available to the gateway
function Catalog() {
        $this->methodTable = array (
                "getProducts" => array (
                        "description" => "Get list of products",
                        "access" => "remote",
                        "arguments" => "" // arguments could be optional, not tested
                )
        ); // end methodTable
}

function getProducts() {       
        // your code goes here

        return $this->products_array;
}
}

actionscript代碼:
復制代碼 代碼如下:
#include "NETServices.as"
NETServices.setDefaultGatewayUrl("http://yourserver.com/flashservices/gateway.php");
gw = NETServices.createGatewayConnection();
CatalogREMOTE = gw.getService("Catalog", this);
CatalogREMOTE.getProducts();

getProducts_Result = function(result) {
        _root.products_results = result;

php技術flash用php連接數據庫的代碼,轉載需保留來源!

鄭重聲明:本文版權歸原作者所有,轉載文章僅為傳播更多信息之目的,如作者信息標記有誤,請第一時間聯系我們修改或刪除,多謝。

主站蜘蛛池模板: 镇巴县| 芷江| 贵德县| 望谟县| 宣城市| 永福县| 丰台区| 奇台县| 宣汉县| 陇川县| 龙南县| 长子县| 石河子市| 五家渠市| 通辽市| 镇雄县| 靖边县| 武义县| 西畴县| 新建县| 厦门市| 罗定市| 彭州市| 化州市| 克拉玛依市| 连南| 衡山县| 大港区| 洛南县| 卢氏县| 江门市| 安平县| 文昌市| 太仓市| 铜川市| 监利县| 永川市| 武山县| 赞皇县| 临漳县| 建宁县|