묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
송동우님 질문 하나 여쭙어도 될까요?
2011.09.20 00:17
<?php
/////////////////// MySQL Information ////////////////////
$host = "localhost"; //MySQL Host
$user = "root"; // MySQL Username
$pass = ""; // MySQL Password
$database = ""; // Database name
$adminpassword = "jagcraft.tk"; //Administration Password
//////////////////////////////////////////////////////////
//////////////////// User Database ////////////////////////
$tablename = "accounts"; // Table name (the one that stores user account information)
$username = "username"; // Name of username column
$password = "password"; // Name of password column
$moneyname = "money"; // Name of money/currency column
$xAuth = false; // Are you using xAuth?
///////////////////////////////////////////////////////////
//////////////// InventorySQL Database ////////////////////
$InventorySQL = "InventorySQL"; //Your InventorySQL Table
$viewlimit = 15; //How many items per page
$bankname = "JagBank"; //Name of "Bank"
///////////////////////////////////////////////////////////
?>
이런 php 설정파일이있는데요
username이랑 password 는 한테이블에있는데
저 moneyname 필드가 따른 테이블에 있는데 moneyname 필드를 따른 테이블을 따로 설정할수는 없나요??
/////////////////// MySQL Information ////////////////////
$host = "localhost"; //MySQL Host
$user = "root"; // MySQL Username
$pass = ""; // MySQL Password
$database = ""; // Database name
$adminpassword = "jagcraft.tk"; //Administration Password
//////////////////////////////////////////////////////////
//////////////////// User Database ////////////////////////
$tablename = "accounts"; // Table name (the one that stores user account information)
$username = "username"; // Name of username column
$password = "password"; // Name of password column
$moneyname = "money"; // Name of money/currency column
$xAuth = false; // Are you using xAuth?
///////////////////////////////////////////////////////////
//////////////// InventorySQL Database ////////////////////
$InventorySQL = "InventorySQL"; //Your InventorySQL Table
$viewlimit = 15; //How many items per page
$bankname = "JagBank"; //Name of "Bank"
///////////////////////////////////////////////////////////
?>
이런 php 설정파일이있는데요
username이랑 password 는 한테이블에있는데
저 moneyname 필드가 따른 테이블에 있는데 moneyname 필드를 따른 테이블을 따로 설정할수는 없나요??
이것이 무슨 뜻인가요??