<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Magento based design and development </title>
	<atom:link href="http://itliveweb.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://itliveweb.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Thu, 20 Jan 2011 13:09:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='itliveweb.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Magento based design and development </title>
		<link>http://itliveweb.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://itliveweb.wordpress.com/osd.xml" title="Magento based design and development " />
	<atom:link rel='hub' href='http://itliveweb.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Difference Between require() and include()</title>
		<link>http://itliveweb.wordpress.com/2011/01/20/difference-between-require-and-include/</link>
		<comments>http://itliveweb.wordpress.com/2011/01/20/difference-between-require-and-include/#comments</comments>
		<pubDate>Thu, 20 Jan 2011 13:03:14 +0000</pubDate>
		<dc:creator>itliveweb</dc:creator>
		
		<guid isPermaLink="false">http://itliveweb.wordpress.com/?p=15</guid>
		<description><![CDATA[require() and include() are identical in every way except how they handle failure.include() produces a Warning while require() results in a Fatal Error. In other words, don’t hesitate to use require() if you want a missing file to halt processing of the page. include() does not behave this way, the script will continue regardless. Be sure to have [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itliveweb.wordpress.com&amp;blog=10699488&amp;post=15&amp;subd=itliveweb&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>require() and include() are identical in every way except how they handle failure.include() produces a Warning while require() results in a Fatal Error. In other words, don’t hesitate to use require() if you want a missing file to halt processing of the page. include() does not behave this way, the script will continue regardless. Be sure to have an appropriate include_path setting as well.<br />
Difference between require() and include() in PHPDifference between &#8220;require()&#8221; and &#8220;include()&#8221; in PHPThis should be well known, and people should be aware as to why they are using either or. But, I&#8217;ve noticed lately that a lot of people new to PHP or programming are not aware of the difference. Depending on what you need you, need to decide what the differences are. So&#8230;<br />
* require() : If the file does not exist, you will get a fatal error.* include() : If the file does not exist, you will get a warning and the next line of code will execute.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/itliveweb.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/itliveweb.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/itliveweb.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/itliveweb.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/itliveweb.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/itliveweb.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/itliveweb.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/itliveweb.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/itliveweb.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/itliveweb.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/itliveweb.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/itliveweb.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/itliveweb.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/itliveweb.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itliveweb.wordpress.com&amp;blog=10699488&amp;post=15&amp;subd=itliveweb&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://itliveweb.wordpress.com/2011/01/20/difference-between-require-and-include/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/da1080295a652fbbbf6150793fd65de6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">itliveweb</media:title>
		</media:content>
	</item>
		<item>
		<title>How To insert image into Database.</title>
		<link>http://itliveweb.wordpress.com/2011/01/20/how-to-insert-image-into-database/</link>
		<comments>http://itliveweb.wordpress.com/2011/01/20/how-to-insert-image-into-database/#comments</comments>
		<pubDate>Thu, 20 Jan 2011 12:52:05 +0000</pubDate>
		<dc:creator>itliveweb</dc:creator>
		
		<guid isPermaLink="false">http://itliveweb.wordpress.com/?p=12</guid>
		<description><![CDATA[Please follow the below Steps:- (1) Create a database CREATE TABLE IF NOT EXISTS `image_upload` ( `image_upload_id` int(11) NOT NULL AUTO_INCREMENT, `user_name` varchar(222) NOT NULL, `image` varchar(222) NOT NULL, PRIMARY KEY (`image_upload_id`) ) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ; (2) create a folder structure inside your web application folder. images/company (3) Create a file upload_image.php&#160; (a) create [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itliveweb.wordpress.com&amp;blog=10699488&amp;post=12&amp;subd=itliveweb&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Please follow the below Steps:-</p>
<p>(1) Create a database</p>
<p>CREATE TABLE IF NOT EXISTS `image_upload` (<br />
`image_upload_id` int(11) NOT NULL AUTO_INCREMENT,<br />
`user_name` varchar(222) NOT NULL,<br />
`image` varchar(222) NOT NULL,<br />
PRIMARY KEY (`image_upload_id`)<br />
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;</p>
<div></div>
<div>(2) create a folder structure inside your web application folder.</div>
<div></div>
<div>images/company</div>
<div></div>
<div>(3) Create a file upload_image.php&nbsp;</p>
<p>(a) create HTML form using two field name as user_name,image</p>
<p>(b) inside the form tag use attribute enctype=&#8221;multipart/form-data&#8221;.</p>
<p>(c) and finally use the following code for inserting values.<br />
$connection = mysql_connect(&#8220;localhost&#8221;,&#8221;root&#8221;,&#8221;");<br />
mysql_select_db(&#8220;hanzala_test&#8221;,$connection);<br />
?&gt;</p>
<p>if(!empty($_POST))<br />
{<br />
$user_name = $_POST['user_name'];</p>
<p>if(isset($_FILES['image']['name']) &amp;&amp; $_FILES['image']['name']!=&#8221;)<br />
{<br />
<span style="white-space:pre;"> </span>$desired_path = &#8216;images/company/&#8217;;<br />
<span style="white-space:pre;"> </span><br />
<span style="white-space:pre;"> </span>$rand=rand(0,999);<br />
<span style="white-space:pre;"> </span>$desired_file_name = $rand.&#8217;_&#8217;.str_replace(&#8216; &#8216;,&#8217;_',strtolower($_FILES['image']['name']));<br />
<span style="white-space:pre;"> </span><br />
<span style="white-space:pre;"> </span>move_uploaded_file($_FILES['image']['tmp_name'], $desired_path . $desired_file_name);<br />
<span style="white-space:pre;"> </span>}<br />
<span style="white-space:pre;"> </span><br />
<span style="white-space:pre;"> </span>$query_insert = &#8220;INSERT INTO image_upload SET<br />
<span style="white-space:pre;"> </span>user_name = &#8216;&#8221;.$user_name.&#8221;&#8216;,<br />
<span style="white-space:pre;"> </span>image = &#8216;&#8221;.$desired_file_name.&#8221;&#8216;<br />
<span style="white-space:pre;"> </span><br />
<span style="white-space:pre;"> </span>&#8220;;<br />
<span style="white-space:pre;"> </span>mysql_query($query_insert);<br />
<span style="white-space:pre;"> </span><br />
<span style="white-space:pre;"> </span>header(&#8220;location:upload_image.php&#8221;);exit;<span style="white-space:pre;"> </span><br />
}</p>
<p>?&gt;</p>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/itliveweb.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/itliveweb.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/itliveweb.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/itliveweb.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/itliveweb.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/itliveweb.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/itliveweb.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/itliveweb.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/itliveweb.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/itliveweb.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/itliveweb.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/itliveweb.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/itliveweb.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/itliveweb.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itliveweb.wordpress.com&amp;blog=10699488&amp;post=12&amp;subd=itliveweb&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://itliveweb.wordpress.com/2011/01/20/how-to-insert-image-into-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/da1080295a652fbbbf6150793fd65de6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">itliveweb</media:title>
		</media:content>
	</item>
		<item>
		<title>Magento extension development company</title>
		<link>http://itliveweb.wordpress.com/2009/11/28/magento-extension-development-company/</link>
		<comments>http://itliveweb.wordpress.com/2009/11/28/magento-extension-development-company/#comments</comments>
		<pubDate>Sat, 28 Nov 2009 10:56:21 +0000</pubDate>
		<dc:creator>itliveweb</dc:creator>
				<category><![CDATA[1]]></category>
		<category><![CDATA[development company india]]></category>
		<category><![CDATA[IT Live web site design]]></category>
		<category><![CDATA[Itliveweb.com magento]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[os commerce]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://itliveweb.wordpress.com/2009/11/28/magento-extension-development-company/</guid>
		<description><![CDATA[All types of magento works can be done in my company IT Live Web (Itliveweb.com). All types of extensions can be development by experienced programmers. In IT Live Web (Itliveweb.com) Development Company we have developed extensions to book the product weekly basis, Enter the products form user panel in magento, upload the flv and swf [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itliveweb.wordpress.com&amp;blog=10699488&amp;post=6&amp;subd=itliveweb&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>All types of magento works can be done in my company IT Live Web (<a href="http://www.itliveweb.com/">Itliveweb.com</a>). All types of extensions can be development by experienced programmers. In IT Live Web (<a href="http://www.itliveweb.com/">Itliveweb.com</a>) Development Company we have developed extensions to book the product weekly basis, Enter the products form user panel in magento, upload the flv and swf files for products at the place of images</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/itliveweb.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/itliveweb.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/itliveweb.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/itliveweb.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/itliveweb.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/itliveweb.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/itliveweb.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/itliveweb.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/itliveweb.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/itliveweb.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/itliveweb.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/itliveweb.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/itliveweb.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/itliveweb.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itliveweb.wordpress.com&amp;blog=10699488&amp;post=6&amp;subd=itliveweb&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://itliveweb.wordpress.com/2009/11/28/magento-extension-development-company/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/da1080295a652fbbbf6150793fd65de6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">itliveweb</media:title>
		</media:content>
	</item>
		<item>
		<title>Magento, os commerce, wordpress, joomla, development company india, IT Live web site design</title>
		<link>http://itliveweb.wordpress.com/2009/11/27/magento-development/</link>
		<comments>http://itliveweb.wordpress.com/2009/11/27/magento-development/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 11:22:01 +0000</pubDate>
		<dc:creator>itliveweb</dc:creator>
				<category><![CDATA[Magento Development]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Itliveweb.com works for magento based design and development in Delhi, India. Our all programmers have knowledge and experience in magento with more than 2 years. They work fast and in managed way. IT Live Web (Itliveweb.com) also careful about css, html, xhtml for SEO in process of design and development in magento based projects. IT [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itliveweb.wordpress.com&amp;blog=10699488&amp;post=1&amp;subd=itliveweb&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.itliveweb.com/">Itliveweb.com</a> works for magento based design and development in Delhi, India. Our all programmers have knowledge and experience in magento with more than 2 years. They work fast and in managed way. IT Live Web (Itliveweb.com) also careful about css, html, xhtml for SEO in process of design and development in magento based projects. <a href="http://www.itliveweb.com/">IT Live Web</a> (Itliveweb.com) has developed many extensions according to the requirement of client. With Design and Development IT Live Web (Itliveweb.com) also works For Seo to give best business to our clients. Magento is the latest shopping cart in all open sources and magento has well managed code with MVC pattern. So IT Live Web (Itliveweb.com) also care about core directory for next upgrade. Our all designer has experience of more than 3 years so we work with Logo, template design and banner design with design and development.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/itliveweb.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/itliveweb.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/itliveweb.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/itliveweb.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/itliveweb.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/itliveweb.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/itliveweb.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/itliveweb.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/itliveweb.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/itliveweb.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/itliveweb.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/itliveweb.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/itliveweb.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/itliveweb.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itliveweb.wordpress.com&amp;blog=10699488&amp;post=1&amp;subd=itliveweb&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://itliveweb.wordpress.com/2009/11/27/magento-development/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/da1080295a652fbbbf6150793fd65de6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">itliveweb</media:title>
		</media:content>
	</item>
	</channel>
</rss>
