PHP10 php)PHP에서 console.log, alert() 출력하기 https://developer-joe.tistory.com/233 2021. 9. 30. PHP)조회수 구하기 $hit = "update board set hit=hit+1 where number=$number"; $connect->query($hit); 2021. 9. 17. PHP) echo의 문법 https://gran007.tistory.com/entry/PHP-%EA%B8%B0%EC%B4%88%EB%AC%B8%EB%B2%95-1 2021. 9. 6. PHP)sql_query(), sql_fetch_array(), sql_fetch $qry = sql_query($sql) // 쿼리를 실행하고 결과를 변수 $qry에 배열로 가져온다. // $qry['필드명']; 의 형식으로 출력이 가능합니다. sql_fetch_array($qry) // 쿼리를 실행한 결과를 배열로 가져온다. // 출력을 위해서는 for, foreach, while 반복문을 사용해야한다. sql_fetch($sql) // 쿼리를 실행합니다. 2021. 9. 3. 이전 1 2 3 다음