<?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>cogitsolution &#187; Desktop &#8211; PHP-GTK</title>
	<atom:link href="http://www.cogitsolutions.com/blog/category/php-gtk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cogitsolutions.com/blog</link>
	<description>Customized, Optimized, Generalized Solutions</description>
	<lastBuildDate>Thu, 08 Dec 2011 04:48:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>php-gtk printer use for printing</title>
		<link>http://www.cogitsolutions.com/blog/2009/10/php-gtk-printer-use-for-printing/</link>
		<comments>http://www.cogitsolutions.com/blog/2009/10/php-gtk-printer-use-for-printing/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 10:49:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Desktop - PHP-GTK]]></category>

		<guid isPermaLink="false">http://www.cogitsolutions.com/blog/2009/10/php-gtk-printer-use-for-printing/</guid>
		<description><![CDATA[      * A standard receipt printer uses the parallel port.
    * To print to the parallel-port receipt printer, you print through port PRN (exactly the same as printing from DOS prompt).
    * From within PHP-GTK2, you need to first establish the connection with the [...]]]></description>
			<content:encoded><![CDATA[<p>      * A standard receipt printer uses the parallel port.<br />
    * To print to the parallel-port receipt printer, you print through port PRN (exactly the same as printing from DOS prompt).<br />
    * From within PHP-GTK2, you need to first establish the connection with the printer by using<br />
      <strong>$handle = fopen(&#8220;PRN&#8221;, &#8220;w&#8221;);</strong><br />
    * Thereafter, to print anything to the printer, you just &#8220;write&#8221; to it like the file handle: <strong>fwrite($handle, &#8216;text to printer&#8217;);</strong><br />
    * There are newer receipt printer that uses USB. I believe you should be able to print to such printers through PRN too.</p>
<p>for more details visit http://www.kksou.com/php-gtk2/articles/interface-to-receipt-printer-in-a-point-of-sale-system.php</p>
<p>Another way is using PHP printer functions introduced in PHP 4 > .<br />
You not only need php_printer.dll you need a version compiled from the same<br />
source as the rest of your php installation. You can always find new binaries<br />
at http://kromann.info/php4.php. These binaries are compiled from the same<br />
snapshot, and will work together.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cogitsolutions.com/blog/2009/10/php-gtk-printer-use-for-printing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP-GTK 2</title>
		<link>http://www.cogitsolutions.com/blog/2009/08/php-gtk-2/</link>
		<comments>http://www.cogitsolutions.com/blog/2009/08/php-gtk-2/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 13:03:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Desktop - PHP-GTK]]></category>
		<category><![CDATA[desktop application]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.cogitsolutions.com/blog/?p=23</guid>
		<description><![CDATA[PHP-GTK 2 is desktop version of PHP. One can develop desktop applications in PHP using PHP-GTK 2 libraries. 
]]></description>
			<content:encoded><![CDATA[<p>PHP-GTK 2 is desktop version of PHP. One can develop desktop applications in PHP using PHP-GTK 2 libraries. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.cogitsolutions.com/blog/2009/08/php-gtk-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

