Web全体を検索したか、表示されません。
私は次のことをしたい:
<?php
function abc(){
$sql = "SELECT * FROM table";
$result = mysql_fetch_assoc($sql);
$data = mysql_fetch_assoc($result);
}
?>
<? while(abc()) : ?>
<?=article_title()?>
<?=article_content()?>
<?=endwhile;?>
誰かが私に方向性や例を教えてもらえますか?
どうもありがとうございます