<?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>Amphee Web Tech Pvt. Ltd. &#187; database</title>
	<atom:link href="http://blog.amphee.com/index.php/category/web-development/database/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.amphee.com</link>
	<description></description>
	<lastBuildDate>Wed, 04 May 2011 05:34:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		
	
	<!-- google ad injected by adsense-optimizer http://www.adsenseoptimizer.de -->
	<div  style="padding:3px; display: block; margin-left: auto; margin-right: auto; text-align: center;"><!-- Ad number: 1 --><script type="text/javascript"><!--
    	 
    	google_ad_client = "pub-0687753067406098"; google_alternate_color = "FFFFFF";
		google_ad_width = 468; google_ad_height = 60;
		google_ad_format = "468x60_as"; google_ad_type = "text_image";
		google_ad_channel =""; google_color_border = "A6C9E2";
		google_color_link = "FF3019"; google_color_bg = "FFFFFF";
		google_color_text = "000000"; google_color_url = "7EB544";
		google_ui_features = "rc:0"; //--></script>
		<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></div>	<item>
		<title>Creative Uses for PHP</title>
		<link>http://blog.amphee.com/index.php/2009/05/06/creative-uses-for-php/</link>
		<comments>http://blog.amphee.com/index.php/2009/05/06/creative-uses-for-php/#comments</comments>
		<pubDate>Wed, 06 May 2009 12:13:08 +0000</pubDate>
		<dc:creator>kiran vadariya</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[php development]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[creative use]]></category>
		<category><![CDATA[online community]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[uses]]></category>

		<guid isPermaLink="false">http://blog.devloperworld.com/?p=49</guid>
		<description><![CDATA[If you’re a familier with the word ‘PHP’ then here is some useful creative uses for it.
E-Commerce
E-commerce is one of the major uses for PHP. From a small business level to an enterprise level, businesses are always looking to create additional streams of revenue online. If you know how to integrate existing e-commerce solutions or [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p><!--[endif]--><span style="font-weight: normal;">If you’re a familier with the word ‘PHP’ then here is some useful creative uses for it.</span></p>
<h3>E-Commerce</h3>
<p>E-commerce is one of the major uses for PHP. From a small business level to an enterprise level, businesses are always looking to create additional streams of revenue online. If you know how to integrate existing e-commerce solutions or build your own from scratch, this gives you a distinct advantage with your clients.</p>
<h3><span style="font-weight: normal;">Beginners</span></h3>
<ul type="disc">
<li class="MsoNormal"><a href="http://www.magentocommerce.com/">Magento</a></li>
<li class="MsoNormal"><a href="http://www.zen-cart.com/">Zen Cart</a></li>
<li class="MsoNormal"><a href="http://www.shopify.com/">Shopify</a></li>
</ul>
<h3><span style="font-weight: normal;">Advanced Coders</span></h3>
<p style="margin-left: 0.5in; text-indent: -0.25in;"><!--[if !supportLists]--><span style="font-family: Symbol;"><span>·<span style="font-family: &quot;Times New Roman&quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;"> </span></span></span><!--[endif]--><a href="http://codeigniter.com/">CodeIgniter</a></p>
<p style="margin-left: 0.5in; text-indent: -0.25in;"><!--[if !supportLists]--><span style="font-family: Symbol;"><span>·<span style="font-family: &quot;Times New Roman&quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;"> </span></span></span><!--[endif]--><span> </span><a href="http://cakephp.org/">CakePHP</a>.</p>
<h3>Graphical User Interface</h3>
<p>If PHP is your favorite programming language, then you can use some of these PHP extensions to get you started creating <acronym>GUI</acronym> applications.</p>
<ul type="disc">
<li class="MsoNormal"><a href="http://gtk.php.net/">PHP      GTK</a> &#8211; This extension is a popular open source that implements the GIMP      toolkit</li>
<li class="MsoNormal"><a href="http://www.zzee.com/php-gui/">ZZEE PHP GUI</a> &#8211; A paid solution      that allows you to turn your PHP scripts into Windows applications</li>
</ul>
<h3>Image Processing and Generation</h3>
<p>Using the GD library with PHP, you can do more than just output HTML to the browser! You can output images in different file types including jpeg, png, and gif. This feature of PHP is useful because it allows you to create thumbnail pictures, add watermarks, resize and crop images, and even create a photo gallery!</p>
<h3>Mailing Lists</h3>
<p>You can write your own script to send e-mail newsletters to your client, or use a ready-made script. The PHP online documentation explains <a href="http://us3.php.net/manual/en/function.mail.php">PHP mailing functions</a> in more detail. There are also scripts you can download and install on your website:</p>
<ul type="disc">
<li class="MsoNormal"><a href="http://www.phplist.com/">PHP list</a></li>
</ul>
<p class="MsoNormal">
<h3>Developing Facebook Applications</h3>
<p>You can integrate Facebook with your website using PHP. If you have developed Facebook applications using another language or you would like to get started with PHP, the <a href="http://wiki.developers.facebook.com/index.php/PHP">Facebook developer&#8217;s wiki</a> can help you to get started.</p>
<h3>Create Graphs and Charts</h3>
<p>Do you need visual representations of numbers on your site? PHP can create graphs and charts too! Using <a href="http://pear.veggerby.dk/">Image_Graph</a>, you can create up to fourteen different types of charts including pie charts, bar graphs,.</p>
<h3>Generating PDF Files</h3>
<p>The <acronym>PDF</acronym> format is Adobe&#8217;s proprietary file type for document exchange. Using a library called PDFLib, you can generate PDF files with PHP. This library is already included with PHP5; to access it, you need to uncomment the appropriate lines in your PHP configuration file. An example of why creating PDF files might come in useful is, if you were building an online invoicing application and you wanted to output an HTML-generated invoice in PDF format.</p>
<h3>Parsing XML Files</h3>
<p>PHP allows you to parse <acronym>XML</acronym> files. Parsing XML is an important feature of PHP 5 because not all browsers can output the contents of an XML file; so you can create a parser in PHP to facilitate this process. Using XML is important for RSS feeds, and also for data storage and rendering data on different devices &#8211; for example, cell phones use an implementation of XML called WML (Wireless Markup Language). Working with XML files in PHP is similar to handling the opening, closing, and reading of a file.</p>
<p class="MsoNormal">
<p class="MsoNormal">
<h3>Content Management Systems</h3>
<p>One of the most popular uses of PHP is creating or using Content Management System. A good CMS allows your clients to update their website and add content without any in-depth knowledge of HTML and CSS. You can use one of the widely available free or commercial solutions listed below:</p>
<ul type="disc">
<li class="MsoNormal"><a href="http://www.drupal.org/">Drupal</a></li>
<li class="MsoNormal"><a href="http://www.wordpress.org/">Wordpress</a></li>
<li class="MsoNormal"><a href="http://www.joomla.org/">Joomla</a></li>
</ul>
<h3>Create Dynamic Website Templates</h3>
<p>Using PHP, you can make it easier to add pages and elements to your websites dynamically. You begin by creating the HTML page and splitting it into the header, main content, and footer sections. Add the .php extension to your subsequent pages and use server-side Includes for the header and footer for each new page. You can also have dynamic sidebars and top navigation sections. As a matter of fact, the more &#8220;templated&#8221; your site is, the easier it is to update the content.</p>
<h3>Building an Online Community</h3>
<p>You can build your own PHP-driven online community, or choose from widely available scripts that you can implement into your website. Some popular ones include:</p>
<ul type="disc">
<li class="MsoNormal"><a href="http://www.phpbb.com/">php BB</a></li>
<li class="MsoNormal"><a href="http://www.vbulletin.com/">vBulletin</a></li>
<li class="MsoNormal"><a href="http://punbb.informer.com/">Pun BB</a></li>
</ul>
<p>from kiran vadariya <img src='http://blog.amphee.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://blog.amphee.com/index.php/2009/05/06/creative-uses-for-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

