<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1026729" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1026729</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/check-date-modified#comment-1161676</link>
    <description> &lt;p&gt;Talk about lookng all over the place for your glasses when they are right on top of your head huh?   &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/eyeroll.png&quot; title=&quot;Roll eyes&quot; alt=&quot;Roll eyes&quot; class=&quot;smiley-content&quot; /&gt; &lt;/p&gt;
&lt;p&gt;(note I did try to search for $$ in the manual did no good...)&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;p&gt;-Greg&lt;/p&gt;
 </description>
     <pubDate>Wed, 17 Nov 2004 15:09:04 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1161676 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/check-date-modified#comment-1161674</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;Greg K wrote:&lt;/strong&gt;&lt;br /&gt;
 Where the heck is this in the PHP manual???? LOL &lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt; &lt;a href=&quot;http://www.php.net/manual/en/language.variables.variable.php&quot; class=&quot;bb-url&quot;&gt;http://www.php.net/manual/en/language.variables.variable.php&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 17 Nov 2004 11:46:31 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1161674 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/check-date-modified#comment-1161667</link>
    <description> &lt;p&gt;OFF TOPIC:&lt;/p&gt;
&lt;p&gt;Renegade, thank you for posting the link to your site, as the last bit of code you had gave me a solution to something I had looked for in PHP: using the value of a variable to name a variable you want. (using the $$&#039;s). I have been wanting to use that, I was used to being able to use &quot;eval()&quot; in another language.&lt;/p&gt;
&lt;p&gt;(For those reading this and not knowing what I am talking about, try this example)&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $greg &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= \&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;This is Greg\&quot;;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$varName&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt; = \&quot;greg\&quot;;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; echo \&quot;the variable &#039;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$varName&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039; = &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;{$&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$varName&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;}&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt; \n\&quot;;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // GIVE YOU:&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // the variable &#039;greg&#039; = This is Greg &lt;br /&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt; &lt;/p&gt;
&lt;p&gt;Where the heck is this in the PHP manual???? LOL &lt;/p&gt;
&lt;p&gt;Again, thanks for the post, it lead me to an answer I have wanted for a while.&lt;/p&gt;
&lt;p&gt;-Greg&lt;/p&gt;
&lt;p&gt;(PS. yeah, i thought of asking about it on here, but never got around to it LOL)&lt;/p&gt;
 </description>
     <pubDate>Wed, 17 Nov 2004 07:59:46 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1161667 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/check-date-modified#comment-1161662</link>
    <description> &lt;p&gt;HTTP 1.0 (&lt;a href=&quot;ftp://ftp.rfc-editor.org/in-notes/rfc1945.txt&quot; class=&quot;bb-url&quot;&gt;RFC 1945, section 10.10&lt;/a&gt;) and 1.1 (&lt;a href=&quot;ftp://ftp.rfc-editor.org/in-notes/rfc2616.txt&quot; class=&quot;bb-url&quot;&gt;RFC 2616, section 14.29&lt;/a&gt;) have&lt;br /&gt;
an defined an optional &quot;Last-Modified&quot; header in the HTTP Response.&lt;br /&gt;
Syntax:&lt;br /&gt;
Last-Modified: Wed, 17 Nov 2004 03:08:16 GMT&lt;/p&gt;
&lt;p&gt;If your (remote) server outputs this header, you can open a TCP connection&lt;br /&gt;
the remote server, send a HTTP Request, then read the HTTP Response.&lt;br /&gt;
From there, you can parse out the Last-Modified header and play your sound.&lt;/p&gt;
&lt;p&gt;Example HTTP Request:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;GET /showthread.php?t=26729 HTTP/1.0&lt;br /&gt;Host: webmaster-forums.net&lt;/code&gt;&lt;/div&gt;&#039;&lt;br /&gt;
Example HTTP Response:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;HTTP/1.1 200 OK&lt;br /&gt;Date: Wed, 17 Nov 2004 03:16:41 GMT&lt;br /&gt;Server: Apache/1.3.28 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.3.3 FrontPage/5.0.2.2634 mod_ssl/2.8.15 OpenSSL/0.9.7a&lt;br /&gt;X-Powered-By: PHP/4.3.3&lt;br /&gt;Expires: Mon, 26 Jul 1997 05:00:00 GMT&lt;br /&gt;Last-Modified: Wed, 17 Nov 2004 03:16:41 GMT&lt;br /&gt;Cache-Control: no-store, no-cache, must-revalidate&lt;br /&gt;Cache-Control: private, post-check=0, pre-check=0&lt;br /&gt;Pragma: no-cache&lt;br /&gt;Set-Cookie: bblastvisit=1100661423; expires=Thu, 17-Nov-05 03:16:41 GMT; path=/&lt;br /&gt;Set-Cookie: bblastactivity=1100660918; expires=Thu, 17-Nov-05 03:16:41 GMT; path=/&lt;br /&gt;Set-Cookie: bbthread_lastview=ax1x-ix26729yix1100661423y_; path=/&lt;br /&gt;Content-Length: 32646&lt;br /&gt;Connection: close&lt;br /&gt;Content-Type: text/html&lt;br /&gt;&lt;br /&gt;*message body removed*&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;Note:&lt;br /&gt;
Each header line ends in \r\n (CR LF).&lt;br /&gt;
The header block is seperated from the body with an additional \r\n.&lt;/p&gt;
 </description>
     <pubDate>Wed, 17 Nov 2004 03:24:57 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1161662 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/check-date-modified#comment-1160927</link>
    <description> &lt;p&gt;You can try a &quot;last updated&quot; piece of code that I usually use:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;$last_updated = $page_title . &amp;quot; was last updated: &amp;quot; . date (&amp;quot;F d Y&amp;quot;, filemtime($page . &amp;quot;.php&amp;quot;));&lt;/code&gt;&#039;&lt;/p&gt;
&lt;p&gt;Found at &lt;a href=&quot;http://chengeu.krayup.com/index.php?page=phpcode&quot; class=&quot;bb-url&quot;&gt;my site&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 31 Oct 2004 10:09:54 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1160927 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/check-date-modified#comment-1160923</link>
    <description> &lt;p&gt;We use &lt;a href=&quot;http://www.changenotes.com/&quot; class=&quot;bb-url&quot;&gt;http://www.changenotes.com/&lt;/a&gt; as one of the tools to monitor the competition. It will e-mail you when a site has any changes. The nice part, it&#039;s free!&lt;/p&gt;
&lt;p&gt;-Greg&lt;/p&gt;
 </description>
     <pubDate>Sun, 31 Oct 2004 08:37:55 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1160923 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
