<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
  <channel>
    <title>PHP Scripting</title>
    <description>Share, ask and give help with PHP scripts.</description>
    <pubDate>Fri, 17 Apr 2026 21:11:48 +0000</pubDate>
    <lastBuildDate>Fri, 17 Apr 2026 21:11:48 +0000</lastBuildDate>
    <generator>-=[ UP ALL NIGHT ]=-</generator>
    <link>https://www.uangames.com/forums/php-scripting.84/</link>
    <atom:link rel="self" type="application/rss+xml" href="https://www.uangames.com/forums/php-scripting.84/index.rss"/>
    <item>
      <title>HTML 5 &lt;canvas&gt;</title>
      <pubDate>Mon, 31 May 2010 04:33:10 +0000</pubDate>
      <link>https://www.uangames.com/threads/html-5-canvas.4616/</link>
      <guid>https://www.uangames.com/threads/html-5-canvas.4616/</guid>
      <author>Shark</author>
      <dc:creator>Shark</dc:creator>
      <content:encoded><![CDATA[a little test I put together...<br />
<br />
&lt;div class=&#039;quotetop&#039;&gt;QUOTE &lt;/div&gt;


<div class="bbCodeBlock bbCodeQuote">
	<aside>
		
		<blockquote class="quoteContainer"><div class="quote">&lt;html&gt;<br />
  &lt;head&gt;<br />
<br />
    &lt;title&gt;JavaScript, HTML5 and Canvas&lt;/title&gt;<br />
<br />
     &lt;script language=&quot;JavaScript&quot;&gt;  <br />
        function squares() {<br />
	  var example = document.getElementById(&#039;canvas1&#039;);<br />
	  var context = example.getContext(&#039;2d&#039;);<br />
	  <br />
	  context.fillStyle = &quot;rgb(255,0,0)&quot;; //red square<br />
	  context.fillRect(30, 30, 50, 100);<br />
	  <br />
	  context.fillStyle = &quot;rgb(0,255,0)&quot;; //green square<br />
	  context.fillRect(70, 70, 50, 50);...</div><div class="quoteExpand">Click to expand...</div></blockquote>
	</aside>
</div><a href="https://www.uangames.com/threads/html-5-canvas.4616/" class="internalLink">HTML 5 &lt;canvas&gt;</a>]]></content:encoded>
      <slash:comments>12</slash:comments>
    </item>
    <item>
      <title>PHP</title>
      <pubDate>Fri, 28 May 2010 05:56:52 +0000</pubDate>
      <link>https://www.uangames.com/threads/php.4546/</link>
      <guid>https://www.uangames.com/threads/php.4546/</guid>
      <author>Shark</author>
      <dc:creator>Shark</dc:creator>
      <content:encoded><![CDATA[I thought with the amount of peeps that are interested in PHP scripts, it might be useful to have a place to collaborate ideas and help each other out.<br />
<br />
If you have something to share, then please contribute. I ask that topics stay on task. Threads will be moderated and useless posts may be deleted. Be warned.]]></content:encoded>
      <slash:comments>7</slash:comments>
    </item>
  </channel>
</rss>
