1.xml 내용
-<info area="2" time="2011-10-15 11:38">
<area>대한민국</area>
- <daily>
<date>2011/10/16 일</date>
<wea>1</wea>
<code>09</code>
<t_low>11</t_low>
<t_high>17</t_high>
</daily>
</info>
2.php내용
<?php
include("parser_php4.php");
$parser = new XMLParser(file_get_contents('map_tomorrow.xml'));
$parser->Parse();
//원래 저장된 값을 출력
print('currrent info[0] area:'.$parser->document->info[0]->tagAttrs['area'].'<br>');
//변경
$parser->document->info[0]->tagAttrs['area'] = '2';
//변경된 값을 확인하기 위해 출력
print('new info[0] area:'.$parser->document->info[0]->tagAttrs['area']);
$handle = fopen('map_tomorrow.xml', 'w');
fwrite($handle, $parser->GenerateXML());
fclose($handle);
//파일을 다시 읽어서 화면에 뿌려봄. 저장된걸 확인
print('<br>-----------------------<br>');
var_dump(htmlspecialchars(file_get_contents('map_tomorrow.xml')));
print('<br>-----------------------<br>');
?>
위의 php 내용 대로 하면 info area에 있는 내용은 변경이 됩니다.
wea와 code에도 값을 변경할수 있도록 좀 가르쳐 주세요.
고수님들 꼭 좀 부탁 드립니다. 그누보드 질문이 아니어서 죄송합니다.<div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:16:08 PHP & HTML에서 이동 됨]</div>
-<info area="2" time="2011-10-15 11:38">
<area>대한민국</area>
- <daily>
<date>2011/10/16 일</date>
<wea>1</wea>
<code>09</code>
<t_low>11</t_low>
<t_high>17</t_high>
</daily>
</info>
2.php내용
<?php
include("parser_php4.php");
$parser = new XMLParser(file_get_contents('map_tomorrow.xml'));
$parser->Parse();
//원래 저장된 값을 출력
print('currrent info[0] area:'.$parser->document->info[0]->tagAttrs['area'].'<br>');
//변경
$parser->document->info[0]->tagAttrs['area'] = '2';
//변경된 값을 확인하기 위해 출력
print('new info[0] area:'.$parser->document->info[0]->tagAttrs['area']);
$handle = fopen('map_tomorrow.xml', 'w');
fwrite($handle, $parser->GenerateXML());
fclose($handle);
//파일을 다시 읽어서 화면에 뿌려봄. 저장된걸 확인
print('<br>-----------------------<br>');
var_dump(htmlspecialchars(file_get_contents('map_tomorrow.xml')));
print('<br>-----------------------<br>');
?>
위의 php 내용 대로 하면 info area에 있는 내용은 변경이 됩니다.
wea와 code에도 값을 변경할수 있도록 좀 가르쳐 주세요.
고수님들 꼭 좀 부탁 드립니다. 그누보드 질문이 아니어서 죄송합니다.<div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:16:08 PHP & HTML에서 이동 됨]</div>
댓글 1개
Torrious
14년 전
http://phpschool.com/gnuboard4/bbs/board.php?bo_table=qna_function&wr_id=339341
스쿨에 답글 달아두었습니다.
스쿨에 답글 달아두었습니다.
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 4530 |
라이언31
|
13년 전 | 614 | |
| 4529 | 13년 전 | 791 | ||
| 4528 |
꼬꼬아부지
|
13년 전 | 1001 | |
| 4527 | 13년 전 | 606 | ||
| 4526 | 13년 전 | 686 | ||
| 4525 |
|
13년 전 | 1004 | |
| 4524 | 13년 전 | 976 | ||
| 4523 | 13년 전 | 2281 | ||
| 4522 | 13년 전 | 612 | ||
| 4521 | 13년 전 | 1255 | ||
| 4520 | 13년 전 | 1547 | ||
| 4519 |
복이219
|
13년 전 | 1203 | |
| 4518 | 13년 전 | 490 | ||
| 4517 | 13년 전 | 1293 | ||
| 4516 |
아이피마스터
|
13년 전 | 549 | |
| 4515 | 13년 전 | 636 | ||
| 4514 | 13년 전 | 634 | ||
| 4513 | 13년 전 | 1066 | ||
| 4512 |
ananom
|
13년 전 | 4357 | |
| 4511 |
ananom
|
13년 전 | 1476 | |
| 4510 | 13년 전 | 1213 | ||
| 4509 | 13년 전 | 678 | ||
| 4508 | 13년 전 | 842 | ||
| 4507 | 13년 전 | 927 | ||
| 4506 | 13년 전 | 697 | ||
| 4505 | 13년 전 | 626 | ||
| 4504 | 13년 전 | 464 | ||
| 4503 | 13년 전 | 495 | ||
| 4502 |
|
13년 전 | 1787 | |
| 4501 | 13년 전 | 1618 | ||
| 4500 |
|
13년 전 | 482 | |
| 4499 | 13년 전 | 1869 | ||
| 4498 | 13년 전 | 1146 | ||
| 4497 |
미션임파썩을
|
13년 전 | 886 | |
| 4496 | 13년 전 | 935 | ||
| 4495 |
공포의니이킥
|
13년 전 | 1103 | |
| 4494 | 13년 전 | 1968 | ||
| 4493 | 13년 전 | 1059 | ||
| 4492 | 13년 전 | 487 | ||
| 4491 |
두근두근따봉
|
13년 전 | 921 | |
| 4490 | 13년 전 | 1365 | ||
| 4489 |
jaein8060
|
13년 전 | 610 | |
| 4488 | 13년 전 | 1034 | ||
| 4487 |
ReeJang
|
13년 전 | 1816 | |
| 4486 | 13년 전 | 977 | ||
| 4485 | 13년 전 | 798 | ||
| 4484 | 13년 전 | 852 | ||
| 4483 | 13년 전 | 517 | ||
| 4482 | 13년 전 | 1177 | ||
| 4481 | 13년 전 | 1047 | ||
| 4480 |
|
13년 전 | 520 | |
| 4479 | 13년 전 | 907 | ||
| 4478 | 13년 전 | 3961 | ||
| 4477 | 13년 전 | 986 | ||
| 4476 |
wangko
|
13년 전 | 2700 | |
| 4475 | 13년 전 | 920 | ||
| 4474 | 13년 전 | 954 | ||
| 4473 | 13년 전 | 756 | ||
| 4472 |
|
13년 전 | 547 | |
| 4471 | 13년 전 | 1559 | ||
| 4470 | 13년 전 | 568 | ||
| 4469 | 13년 전 | 518 | ||
| 4468 | 13년 전 | 843 | ||
| 4467 | 13년 전 | 639 | ||
| 4466 | 13년 전 | 909 | ||
| 4465 | 13년 전 | 655 | ||
| 4464 | 13년 전 | 1713 | ||
| 4463 |
chongho
|
13년 전 | 2168 | |
| 4462 |
chongho
|
13년 전 | 1016 | |
| 4461 |
chongho
|
13년 전 | 1020 | |
| 4460 | 13년 전 | 748 | ||
| 4459 | 13년 전 | 2776 | ||
| 4458 | 13년 전 | 783 | ||
| 4457 | 13년 전 | 491 | ||
| 4456 | 13년 전 | 1317 | ||
| 4455 | 13년 전 | 1721 | ||
| 4454 | 13년 전 | 689 | ||
| 4453 | 13년 전 | 1247 | ||
| 4452 |
aequum
|
13년 전 | 1266 | |
| 4451 | 13년 전 | 1320 | ||
| 4450 |
도토리과자
|
13년 전 | 1421 | |
| 4449 | 13년 전 | 1073 | ||
| 4448 | 13년 전 | 8615 | ||
| 4447 | 13년 전 | 1201 | ||
| 4446 | 13년 전 | 1480 | ||
| 4445 | 13년 전 | 628 | ||
| 4444 |
|
13년 전 | 580 | |
| 4443 | 13년 전 | 686 | ||
| 4442 |
Msoft
|
13년 전 | 1049 | |
| 4441 |
|
13년 전 | 2097 | |
| 4440 | 13년 전 | 610 | ||
| 4439 | 13년 전 | 1649 | ||
| 4438 |
aequum
|
13년 전 | 1832 | |
| 4437 | 13년 전 | 982 | ||
| 4436 | 13년 전 | 914 | ||
| 4435 |
디귿소프트
|
13년 전 | 506 | |
| 4434 | 13년 전 | 1064 | ||
| 4433 | 13년 전 | 987 | ||
| 4432 | 13년 전 | 852 | ||
| 4431 | 13년 전 | 747 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기