카페검색 본문
카페글 본문
-
sql후 html 출력 php함수 만들기 2022.12.12해당카페글 미리보기
14 | 0 | 비정상접속 | AuthError.php | 15 | 0 | 카카오지도 | kmap.php...res = $d->getDbresult("admin_menu", "", "id,parent_id,name,url"); foreach($res as $row){ $sidemenu[ ] = $row; } $side_menu = bootstrap...
-
foreach 함수 (배열 만큼 루프해서 배열값 불러오기) [php] 2006.01.05해당카페글 미리보기
foreach 함수 (배열 만큼 루프해서 배열값 불러오기) [php] 소스: "; } ?> 결과: 현재 값 = 1 현재 값 = 4 현재 값 = 6 현재 값 = 8
-
200769014 공군식 php 함수15(fgets,fputs,readfile,file,filesize,file_exists) 2010.04.30해당카페글 미리보기
filesize($file)); ob_clean(); flush(); readfile($file); exit; } echo" *****file**** "; $lines = file('D: est.php'); foreach ($lines as $line_num => $line) { echo "Line #{$line_num} : " . htmlspecialchars($line) . " "; } $html = implode...
-
240423 숙제 2024.04.23해당카페글 미리보기
results.forEach((result, index) => { resultText += `<div class="result mb-3">${index + 1}등 : <span style="text-shadow: 0px 0px 10px gray;">${result}</span></div>`; }); $('#demo').html(resultText); console.log(results); } $('#startBtn...
-
[C#,소수구하기]반복문(for, forEach, while, do~while) 2015.12.10해당카페글 미리보기
for, forEach, while, do~while) using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication5 { class Program { static void Main(string[] args) { bool isPrimeNumber = true...