<?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>Small Website Hosting - Internet Marketing and web development &#187; Php script</title>
	<atom:link href="http://www.smallwebsitehost.com/category/php-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.smallwebsitehost.com</link>
	<description>Small Hosting, Wordpress, Website development, SEO, and adsense news</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:16:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Php download script</title>
		<link>http://www.smallwebsitehost.com/php-download-script/php-script/</link>
		<comments>http://www.smallwebsitehost.com/php-download-script/php-script/#comments</comments>
		<pubDate>Fri, 29 Aug 2008 16:02:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Php script]]></category>
		<category><![CDATA[download]]></category>

		<guid isPermaLink="false">http://smallwebsitehost.com/?p=140</guid>
		<description><![CDATA[<p>You can use this script to offer file downloads of any file type on the website. If you want to hide the real path to your download folder, you can use this script.</p>
<p>Download <a title="Php download script" href="http://www.smallwebsitehost.com/doc/download.zip">here</a>.</p>
<p>Related posts:<ol>
<li><a href='http://www.smallwebsitehost.com/wordpress-top-post-script/wordpress/' rel='bookmark' title='WordPress Top Post Script'>WordPress Top Post </a></li></ol>&#8230;</p>
Related posts:<ol>
<li><a href='http://www.smallwebsitehost.com/wordpress-top-post-script/wordpress/' rel='bookmark' title='WordPress Top Post Script'>WordPress Top Post Script</a></li>
<li><a href='http://www.smallwebsitehost.com/protecting-your-pages-with-htaccess/other/' rel='bookmark' title='Protecting your pages with htaccess'>Protecting your pages with htaccess</a></li>
<li><a href='http://www.smallwebsitehost.com/top-3-script-libraries-to-help-you-spice-up-your-website/script/' rel='bookmark' title='Top 3 Script Libraries to Help You Spice Up Your Website'>Top 3 Script Libraries to Help You Spice Up Your Website</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>You can use this script to offer file downloads of any file type on the website. If you want to hide the real path to your download folder, you can use this script.</p>
<p>Download <a title="Php download script" href="http://www.smallwebsitehost.com/doc/download.zip">here</a>.</p>
<p>Related posts:<ol>
<li><a href='http://www.smallwebsitehost.com/wordpress-top-post-script/wordpress/' rel='bookmark' title='WordPress Top Post Script'>WordPress Top Post Script</a></li>
<li><a href='http://www.smallwebsitehost.com/protecting-your-pages-with-htaccess/other/' rel='bookmark' title='Protecting your pages with htaccess'>Protecting your pages with htaccess</a></li>
<li><a href='http://www.smallwebsitehost.com/top-3-script-libraries-to-help-you-spice-up-your-website/script/' rel='bookmark' title='Top 3 Script Libraries to Help You Spice Up Your Website'>Top 3 Script Libraries to Help You Spice Up Your Website</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.smallwebsitehost.com/php-download-script/php-script/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Create a watermark image</title>
		<link>http://www.smallwebsitehost.com/create-a-watermark-image/php-script/</link>
		<comments>http://www.smallwebsitehost.com/create-a-watermark-image/php-script/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 14:45:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Php script]]></category>
		<category><![CDATA[watermark]]></category>

		<guid isPermaLink="false">http://smallwebsitehost.com/?p=53</guid>
		<description><![CDATA[<p>This script creates a watermarked image from an image file (.jpg .gif or .png). The watermark must be a transparent gif or png image. Save the script into watermark.php.</p>
<p>The process of creating the image are:</p>
<ul>
<li>Create the image and the </li>&#8230;</ul>
Related posts:<ol>
<li><a href='http://www.smallwebsitehost.com/profit-from-image-hosting-part-2/other/' rel='bookmark' title='Profit from image hosting &#8211; part 2'>Profit from image hosting &#8211; part 2</a></li>
<li><a href='http://www.smallwebsitehost.com/profit-from-image-hosting-part-1/other/' rel='bookmark' title='Profit from image hosting &#8211; part 1'>Profit from image hosting &#8211; part 1</a></li>
<li><a href='http://www.smallwebsitehost.com/fast-load-image-tips/other/' rel='bookmark' title='Fast load image tips'>Fast load image tips</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>This script creates a watermarked image from an image file (.jpg .gif or .png). The watermark must be a transparent gif or png image. Save the script into watermark.php.</p>
<p>The process of creating the image are:</p>
<ul>
<li>Create the image and the watermark image using @<strong>imagecreatefromgif</strong>, @<strong>imagecreatefrompng</strong>, or @<strong>imagecreatefromjpeg</strong>.</li>
<li>Use the <strong>imagecopy</strong> to copy part of an image to another image.</li>
</ul>
<p>You can download the full script <a href="http://www.smallwebsitehost.com/watermark.txt" target="_blank">here</a>.</p>
<p>Related posts:<ol>
<li><a href='http://www.smallwebsitehost.com/profit-from-image-hosting-part-2/other/' rel='bookmark' title='Profit from image hosting &#8211; part 2'>Profit from image hosting &#8211; part 2</a></li>
<li><a href='http://www.smallwebsitehost.com/profit-from-image-hosting-part-1/other/' rel='bookmark' title='Profit from image hosting &#8211; part 1'>Profit from image hosting &#8211; part 1</a></li>
<li><a href='http://www.smallwebsitehost.com/fast-load-image-tips/other/' rel='bookmark' title='Fast load image tips'>Fast load image tips</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.smallwebsitehost.com/create-a-watermark-image/php-script/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

