Written by 박대흥 ([email protected]) | Hits: 53 , Lines: 34 |
[질문] qSedFile()또는 qSedStr() 함수 전후로 php script를 |
---|
실행할 수 있는지요? 예를들면 test.php 가 아래와 같을때 <php? if($name) { 이름=${NAME} } else { 대화명={$NICKNAME} } ?> szUserName = "홍길동" szNickName = "불끈악마"; args = NULL; args = qSedArgAppend(args, "${NAME}", "%s", szUserName); args = qSedArgAppend(args, "${NICKNAME}", "%s", szNickName); qSedFile(args, "test.php", stdout); 그래서 결과값으로 $name이 있으면 이름=홍길동 없으면 대화명=불끈악마 로 나타나게 하려고 합니다. |
Prev : Re: qSedFile 에서 파일 내용을 전부 출력하지 못합니다. Next : Re: [질문] qSedFile()또는 qSedStr() 함수 전후로 php script를 |
July 12, 2002 (15:56) from 211.244.169.82 CrazyWWWBoard 98 Professional Edition II |
[Home] [About] [Examples] [Changes] [Download] [Install] [Reference] [Bugs] [Q&A;] |