<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://valley.egloos.com/rss/style/style.xsl" type="text/xsl" media="screen"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>이글루스 'wamp' 태그 최근글</title>
		<link>http://valley.egloos.com/tag/wamp</link>
		<description>wamp</description>
		<language>ko</language>
		<pubDate>Fri, 02 Oct 2009 08:48:28 +0900</pubDate>
		<generator>Egloos</generator>
		<item>
	<title><![CDATA[wamp에서 PHP short_open_tag를 사용하려면]]></title>
	<link>http://dohwan.egloos.com/2439699</link>
	<guid>http://dohwan.egloos.com/2439699</guid>
	<description>
	<![CDATA[ 
 WAMP 참좋다.  리눅스 서버에서 PHP를 설정해서 사용해 보면 버전 5 에서는 대 부분 &amp;lt;? ?&amp;gt; 만으로 php를 사용할 수 있도록 옵션이 설정되어 있다. wamp는 이것이 기본 Off로 되어있다. php.ini 에서 Off로 되어있는 것을 On 하게 되면 원하는 문법을 사용할 수 있다.  short_open_tag = Off   short_open_tag = On  이것이 되지 않을 경우 타이핑이 상대적으로 늘어난다. ^^ 심플하게 살자.  &amp;lt;?php echo anchor('../../','추가');?&amp;gt;  &amp;lt;?=anchor('../../','추가')?&amp;gt;  훨씬 짧아지지 않았는가... 	]]>
	</description>
	<pubDate>Fri, 02 Oct 2009 08:48:28 +0900</pubDate>
	<dc:creator><![CDATA[Simple Life]]></dc:creator>
</item>
	</channel>
</rss>

