<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How To Display The Html Linking Code For An Image Using Any Script Or Php?</title>
	<atom:link href="http://www.kingofscripts.com/blog/2009/11/how-to-display-the-html-linking-code-for-an-image-using-any-script-or-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kingofscripts.com/blog/2009/11/how-to-display-the-html-linking-code-for-an-image-using-any-script-or-php/</link>
	<description>Make Money Online With Your Own Website</description>
	<lastBuildDate>Sat, 13 Mar 2010 07:30:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: roziecak</title>
		<link>http://www.kingofscripts.com/blog/2009/11/how-to-display-the-html-linking-code-for-an-image-using-any-script-or-php/comment-page-1/#comment-2383</link>
		<dc:creator>roziecak</dc:creator>
		<pubDate>Sun, 08 Nov 2009 00:11:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.kingofscripts.com/blog/2009/11/how-to-display-the-html-linking-code-for-an-image-using-any-script-or-php/#comment-2383</guid>
		<description>It depends on your specific programming environment...</description>
		<content:encoded><![CDATA[<p>It depends on your specific programming environment&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: parse error</title>
		<link>http://www.kingofscripts.com/blog/2009/11/how-to-display-the-html-linking-code-for-an-image-using-any-script-or-php/comment-page-1/#comment-2382</link>
		<dc:creator>parse error</dc:creator>
		<pubDate>Sat, 07 Nov 2009 20:01:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.kingofscripts.com/blog/2009/11/how-to-display-the-html-linking-code-for-an-image-using-any-script-or-php/#comment-2382</guid>
		<description>Here is an image what you want to make as html source code:
&lt;a href=&quot;http://url_to_the_full_picture.jpg… src=&quot;http://www.yoursite.com/image_name.… border=&quot;0&quot;&gt;&lt;/a&gt;
This is a php sample, how to make it using a textarea:
&lt;?php 
function textarea($img)
{
print $img; // visible the image
print &quot;&lt;hr&gt;Copy this image into your page:&quot;;
print &#039;&lt;textarea name=&quot;textarea&quot; cols=&quot;50&quot; rows=&quot;2&quot; wrap=&quot;OFF&quot;&gt;&#039;;
print htmlspecialchars($img); 
// this will visible the source code in html page 
print &#039;&lt;/textarea&gt;&#039;;
}
/*This is the usage of this textarea function */
$img_code=&#039;&lt;a href=&quot;http://url_to_the_full_picture.jpg… src=&quot;http://www.yoursite.com/image_name.… border=&quot;0&quot;&gt;&lt;/a&gt;&#039;;
textarea($img_code);
?&gt;</description>
		<content:encoded><![CDATA[<p>Here is an image what you want to make as html source code:<br />
<a href="http://url_to_the_full_picture.jpg… src="http://www.yoursite.com/image_name.… border="0"></a><br />
This is a php sample, how to make it using a textarea:<br />
< ?php<br />
function textarea($img)<br />
{<br />
print $img; // visible the image<br />
print "<br />
<hr />Copy this image into your page:&#8221;;<br />
print &#8216;<textarea name="textarea" cols="50" rows="2" wrap="OFF">&#8216;;<br />
print htmlspecialchars($img);<br />
// this will visible the source code in html page<br />
print &#8216;</textarea>&#8216;;<br />
}<br />
/*This is the usage of this textarea function */<br />
$img_code=&#8217;<a href="http://url_to_the_full_picture.jpg… src="http://www.yoursite.com/image_name.… border="0"></a>&#8216;;<br />
textarea($img_code);<br />
?></p>
]]></content:encoded>
	</item>
</channel>
</rss>
