rss2sql_dbconfig.inc.php.sample
来自「RSS to SQL to store in Database」· SAMPLE 代码 · 共 29 行
SAMPLE
29 行
<?php//// sql2rss.php RSS feed generation from SQL Sample Configuration//// Copyright 2006-2007 NotePage, Inc.// http://www.feedforall.com//// NotePage, Inc. grants registerd users of our FeedForAll and/or// FeedForAll Mac product(s) the right to install and use the// sql2rss.php script free of charge.// Please refer to the EULA included in the download for full license// terms and conditions.//// $Id: rss2sql_DBconfig.inc.php.sample,v 3.0 2007/04/16 14:23:04 housley Exp $//// Database configuration$config["DBuser"] = "username"; // Database User Name$config["DBpassword"] = "password"; // Database Password$config["DBmachine"] = "localhost"; // Name of machine with the database$config["DBdatabase"] = "recipes"; // Name of the database$config["DBtype"] = "mysql"; // Type of the database // "mysql" or "mssql"$config["AdminUsername"] = "rss2sql_Admin"; // Admin username$config["AdminPassword"] = "password"; // Admin password?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?