질문하나 더 드립니다.ㅠㅠ
요런에러가 뜨는데.. 왜 그런가요?
Fatal error: Call to undefined function sql_fetch() in /home/hosting_users/kdh0109/www/avatar/avatar_skin/default/avatar_show1.php on line 7
아래는 해당파일 7번쨰줄 까지 내용입니다.
<link rel="stylesheet" href="<?=$avatar_skin_path?>/show_style.css" type="text/css">
<?
while($data=mysql_fetch_array($avatar))
{
$check++;
?>
<? $random_item = sql_fetch("SELECT file1 as val FROM avatar_item_table ORDER BY RAND() LIMIT 1"); ?>
Fatal error: Call to undefined function sql_fetch() in /home/hosting_users/kdh0109/www/avatar/avatar_skin/default/avatar_show1.php on line 7
아래는 해당파일 7번쨰줄 까지 내용입니다.
<link rel="stylesheet" href="<?=$avatar_skin_path?>/show_style.css" type="text/css">
<?
while($data=mysql_fetch_array($avatar))
{
$check++;
?>
<? $random_item = sql_fetch("SELECT file1 as val FROM avatar_item_table ORDER BY RAND() LIMIT 1"); ?>
|
댓글을 작성하시려면 로그인이 필요합니다.
댓글 3개
이렇게 뜨는건 왜 그런건가요?