Skip to content

echo로 두개의 데이터를 띄어서 동시에 출력할 수 있나요? #361

@fishslayer

Description

@fishslayer
<?php
while( $row = mysqli_fetch_assoc($result)){

  echo $row['time'].'&nbsp;'.$row['time']  '<br>';
}
?>

이렇게 했는데...에러가 뜨네요 ㅠ
이것저것 시도해 봤는데 다 실패하고..
어떻게 해야할지 모르겠습니다 ㅠ

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions