<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ZoneArtCSS &#124; Desarrollo Web, Diseño de páginas Web, Aplicaciones Móviles, Notas de Tecnología &#187; evitar cache con php</title>
	<atom:link href="http://www.zoneartcss.com/tag/evitar-cache-con-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zoneartcss.com</link>
	<description>Tips de Diseño y Desarrollo Web</description>
	<lastBuildDate>Wed, 26 Oct 2011 18:31:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Evitar la Cache de los Navegadores con php</title>
		<link>http://www.zoneartcss.com/webdevelopment/programacion-con-style/evitar-la-cache-de-los-navegadores-con-php/</link>
		<comments>http://www.zoneartcss.com/webdevelopment/programacion-con-style/evitar-la-cache-de-los-navegadores-con-php/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 19:20:36 +0000</pubDate>
		<dc:creator>miguelortega</dc:creator>
				<category><![CDATA[Programación con Style]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[evitar cache con php]]></category>
		<category><![CDATA[miguel ortega]]></category>
		<category><![CDATA[navegadores]]></category>
		<category><![CDATA[no guardar cache con php]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.zoneartcss.com/?p=973</guid>
		<description><![CDATA[No guardar cache con PHP Este es un tip muy útil, es como evitar que el navegador guarde en cache tu web,y así puedan visualizar los usuarios en tiempo real el contenido de tu web.. Este es el codigo &#60;?php header&#40; &#34;Expires: Mon, 26 Jul 1997 05:00:00 GMT&#34; &#41;; // disable IE caching header&#40; &#34;Last-Modified: &#34; . gmdate&#40; &#34;D, d M Y H:i:s&#34; &#41; . &#34; GMT&#34; &#41;; header&#40; &#34;Cache-Control: no-cache, must-revalidate&#34; &#41;; header&#40; &#34;Pragma: [...]]]></description>
			<content:encoded><![CDATA[<div id=HOTWordsTxt name=HOTWordsTxt><p style="text-align: center;"><img class="aligncenter" src="http://zoneartcss.com/wp-content/no_cache_php.jpg" alt="no guardar cache" width="500" height="130" /></p>
<h4 style="text-align: center;"><span style="color: #ff9900;">No guardar cache con PHP</span></h4>
<p>Este es un tip muy útil, es como evitar que el navegador guarde en cache tu web,y así puedan visualizar los usuarios en tiempo real el contenido de tu web..<br />
<span id="more-973"></span><br />
Este es el codigo</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span>
<span style="color: #990000;">header</span><span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">&quot;Expires: Mon, 26 Jul 1997 05:00:00 GMT&quot;</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>  <span style="color: #666666; font-style: italic;">// disable IE caching</span>
<span style="color: #990000;">header</span><span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">&quot;Last-Modified: &quot;</span> <span style="color: #339933;">.</span> <span style="color: #990000;">gmdate</span><span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">&quot;D, d M Y H:i:s&quot;</span> <span style="color: #009900;">&#41;</span> <span style="color: #339933;">.</span> <span style="color: #0000ff;">&quot; GMT&quot;</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> 
<span style="color: #990000;">header</span><span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">&quot;Cache-Control: no-cache, must-revalidate&quot;</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> 
<span style="color: #990000;">header</span><span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">&quot;Pragma: no-cache&quot;</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Espero que les sea útil.</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.zoneartcss.com/webdevelopment/programacion-con-style/evitar-la-cache-de-los-navegadores-con-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

