<?xml version="1.0" encoding="UTF-8" ?><feed xmlns="http://www.w3.org/2005/Atom">
	<title type="text">php</title>
		<updated>2026-04-11T05:27:09+09:00</updated>
	<id>https://web.webmini.net/php/atom</id>
	<link rel="alternate" type="text/html" hreflang="ko" href="https://web.webmini.net/php"/>
	<link rel="self" type="application/atom+xml" href="https://web.webmini.net/php/atom"/>
	<generator uri="http://www.xpressengine.com/">XpressEngine</generator>
   <entry>
		<title><![CDATA[날짜 if 문]]></title>
		<id>https://web.webmini.net/php/634293</id>
		<published>2018-10-14T01:53:52+09:00</published>
		<updated>2018-10-14T01:54:18+09:00</updated>
		<link rel="alternate" type="text/html" href="https://web.webmini.net/php/634293"/>
		<link rel="replies" type="text/html" href="https://web.webmini.net/php/634293#comment"/>
		<author>
			<name><![CDATA[빽짱구]]></name>
					</author>
				<content type="html"><![CDATA[&lt;div class=&quot;xe_content&quot;&gt;&lt;pre class=&quot;brush:php&quot;  title=&quot;날짜 if문&quot;&gt;&lt;? if(date(&quot;Ymd H:i&quot;)&gt;=&quot;20181010 00:00&quot; &amp;&amp; date(&quot;Ymd H:i&quot;)&lt;=&quot;20181016 23:59&quot;){ ?&gt;
 해당 하는 날짜에 보여줄 내용
&lt;?} else {?&gt;
 해당 하는 날짜 이전/이후에 보여질 내용
&lt;?}?&gt;&lt;/pre&gt;

&lt;p style=&quot;text-size-adjust: none; max-height: 1e+06px; padding: 0px; color: rgb(51, 51, 51); font-family: 나눔고딕, &quot;Nanum Gothic&quot;, 맑은고딕, &quot;Malgun Gothic&quot;, &quot;Noto Sans&quot;, sans-serif, &quot;Apple SD Gothic Neo&quot;; background-color: rgb(255, 255, 255);&quot;&gt;&nbsp;&lt;/p&gt;

&lt;p style=&quot;text-size-adjust: none; max-height: 1e+06px; padding: 0px; color: rgb(51, 51, 51); font-family: 나눔고딕, &quot;Nanum Gothic&quot;, 맑은고딕, &quot;Malgun Gothic&quot;, &quot;Noto Sans&quot;, sans-serif, &quot;Apple SD Gothic Neo&quot;; background-color: rgb(255, 255, 255);&quot;&gt;나름 유용하게 사용됩니다.&lt;/p&gt;&lt;/div&gt;]]></content>
						<category term="if문"/>
				<category term="날짜"/>
				<category term="php"/>
				
	</entry>
   <entry>
		<title><![CDATA[php 버전 확인하는 방법]]></title>
		<id>https://web.webmini.net/php/573365</id>
		<published>2016-06-28T17:04:02+09:00</published>
		<updated>2018-09-06T23:15:53+09:00</updated>
		<link rel="alternate" type="text/html" href="https://web.webmini.net/php/573365"/>
		<link rel="replies" type="text/html" href="https://web.webmini.net/php/573365#comment"/>
		<author>
			<name><![CDATA[빽짱구]]></name>
					</author>
				<content type="html"><![CDATA[&lt;div class=&quot;xe_content&quot;&gt;&lt;p&gt;phpinfo.php 파일을 만드신후 아래 내용삽입&lt;/p&gt;

&lt;p&gt;&nbsp;&lt;/p&gt;

&lt;p&gt;&lt;?php&lt;br /&gt;
phpinfo();&lt;br /&gt;
?&gt;&lt;/p&gt;

&lt;p&gt;&nbsp;&lt;/p&gt;

&lt;p&gt;서버에 업로드후 해당 파일을 호출하시면 됩니다. ex) test.com/파일명.php&lt;/p&gt;&lt;/div&gt;]]></content>
						
	</entry>
</feed> 
