<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1053751" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1053751</link>
    <description></description>
    <language>en</language>
          <item>
    <title>Assuming you are talking</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/implementing-ascii-code-php#comment-1276415</link>
    <description> &lt;p&gt;Assuming you are talking about on a web page, this cannot be done with PHP alone.&lt;/p&gt;
&lt;p&gt;PHP executes on the server, and it&#039;s output goes to the browser, the only interaction you get is when a page request is sent to the server.&lt;/p&gt;
&lt;p&gt;For this you will need to use Javascript, which executes in the browser (thus can detect what the user is doing). Then using AJAX, when it detects you press a key, it would need to send a page request to the server and then process the results (usually, the results are not an actual web page, but data formatted in a way you prefer, so that the javascript on the page can update the portions of the page you want to change.&lt;/p&gt;
&lt;p&gt;A good thing for this would be to learn jQuery, as once you get the hang of that, it can make things a lot easier to get going, and be the most compatible across browsers and OS&#039;s&lt;/p&gt;
&lt;p&gt;-Greg&lt;/p&gt;
 </description>
     <pubDate>Wed, 18 Jul 2012 03:58:55 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1276415 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
