⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sql2rss_dbconfig.inc.php.sample

📁 SQL to RSS > Html
💻 SAMPLE
字号:
<?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: sql2rss_DBconfig.inc.php.sample,v 3.0 2007/04/16 14:23:05 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"?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -