Áö¿øµÈ´Ù¸é ÀÌ ¹®±¸°¡ ¿Ö ¿¡·¯°¡ °É¸®´ÂÁö¿ä?
Á¦·Îº¸µå ÈÀÏÁß outlogin.php¿¡¼
-------------------------------------------------------------------------------------
function print_gallery($skinname, $title, $id, $num=10, $xsize=80, $ysize=80, $xnum=10) {
»ý·«
$tmpResult = mysql_query("select use_alllist from $admin_table where name='$id'") or die(mysql_error());
»ý·«
------------------------------------------------------------------------------------
À§¼Ò½º¿¡¼ ¿¡¶ó°¡ °ËÃâµË´Ï´Ù.
¿¡·¯ ³»¿ëÀº
Warning: mysql_query(): Access denied for user: 'www@localhost' (Using password: NO) in /home/biopause/public_html/bbs/outlogin.php on line 362
Warning: mysql_query(): A link to the server could not be established in /home/biopause/public_html/bbs/outlogin.php on line 362
Access denied for user: 'www@localhost' (Using password: NO)
ÀÔ´Ï´Ù.
GD2.0Áö¿ø¿©ºÎ¿Í °èÁ¤¹®Á¦°¡ °É¸®´Âµí ÇÕ´Ï´Ù.
´ÊÀº ¹ã Á˼ÛÇÕ´Ï´Ù. ^^;;
|
|