<?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: Why You Should Secure Your Name on Social Media Sites</title>
	<atom:link href="http://www.wpsite.net/why-secure-name-social-networking-sites/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wpsite.net/why-secure-name-social-networking-sites/</link>
	<description>WordPress Themes, Plugins, and Web Design Resources</description>
	<lastBuildDate>Sat, 01 Jun 2013 23:52:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: BizBook</title>
		<link>http://www.wpsite.net/why-secure-name-social-networking-sites/#comment-1625</link>
		<dc:creator>BizBook</dc:creator>
		<pubDate>Sat, 02 Jun 2012 17:17:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpsite.net/?p=54#comment-1625</guid>
		<description><![CDATA[How to ask BizBook if name is available from a web page name search availability script (example site: http://checkusernames.com/): http://bizbooksite.com/namechk.php?name= [the name to check for] (the responce will be written to the html without any tags: &quot;404&quot; for is name available, &quot;200&quot; for name is not available, &quot;NULL&quot; for empty string)

example PHP script:

// $name = the name to check if available
$url=&quot;http://bizbooksite.com/namechk.php?name=&quot;.$name; // url to send query to
$answer=file_get_contents($url); // get responce from bizbook
// $answer = (&quot;404&quot; for is name available, &quot;200&quot; for name is not available, &quot;NULL&quot; for empty string)]]></description>
		<content:encoded><![CDATA[<p>How to ask BizBook if name is available from a web page name search availability script (example site: <a href="http://checkusernames.com/" rel="nofollow">http://checkusernames.com/</a>): <a href="http://bizbooksite.com/namechk.php?name=" rel="nofollow">http://bizbooksite.com/namechk.php?name=</a> [the name to check for] (the responce will be written to the html without any tags: &#8220;404&#8243; for is name available, &#8220;200&#8243; for name is not available, &#8220;NULL&#8221; for empty string)</p>
<p>example PHP script:</p>
<p>// $name = the name to check if available<br />
$url=&#8221;http://bizbooksite.com/namechk.php?name=&#8221;.$name; // url to send query to<br />
$answer=file_get_contents($url); // get responce from bizbook<br />
// $answer = (&#8220;404&#8243; for is name available, &#8220;200&#8243; for name is not available, &#8220;NULL&#8221; for empty string)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching using disk

 Served from: www.wpsite.net @ 2013-06-20 02:04:39 by W3 Total Cache -->