<?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: Validate domain name using filter_var function in php	</title>
	<atom:link href="https://www.binarytides.com/validate-domain-name-filter_var-function-php/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.binarytides.com/validate-domain-name-filter_var-function-php/</link>
	<description>News, Technology, Entertainment and more</description>
	<lastBuildDate>Sun, 01 Jan 2017 20:09:57 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>
		By: gert		</title>
		<link>https://www.binarytides.com/validate-domain-name-filter_var-function-php/comment-page-1/#comment-101586</link>

		<dc:creator><![CDATA[gert]]></dc:creator>
		<pubDate>Sun, 01 Jan 2017 20:09:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.codekites.com/?p=4280#comment-101586</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.binarytides.com/validate-domain-name-filter_var-function-php/comment-page-1/#comment-67877&quot;&gt;Felipe Braz&lt;/a&gt;.

That is smart , what works for emails works for domains]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.binarytides.com/validate-domain-name-filter_var-function-php/comment-page-1/#comment-67877">Felipe Braz</a>.</p>
<p>That is smart , what works for emails works for domains</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: noname		</title>
		<link>https://www.binarytides.com/validate-domain-name-filter_var-function-php/comment-page-1/#comment-86787</link>

		<dc:creator><![CDATA[noname]]></dc:creator>
		<pubDate>Wed, 29 Jun 2016 21:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.codekites.com/?p=4280#comment-86787</guid>

					<description><![CDATA[127.0.0.1.1 is considered a valid domain by this function.]]></description>
			<content:encoded><![CDATA[<p>127.0.0.1.1 is considered a valid domain by this function.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: The Kay		</title>
		<link>https://www.binarytides.com/validate-domain-name-filter_var-function-php/comment-page-1/#comment-72064</link>

		<dc:creator><![CDATA[The Kay]]></dc:creator>
		<pubDate>Tue, 29 Mar 2016 15:57:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.codekites.com/?p=4280#comment-72064</guid>

					<description><![CDATA[This code example is bad and should not be used! It is a genuent security risk!

Shit like this returns a valid result:
filter_var_domain(&#039;www.137.com?&quot;(OR(1=1))&#039;)

@Felipe Braz&#039;s solution is not as insecure as the Posters.

Blog posts and &quot;solutions&quot; are the reason PHP get a bad rep. So please remove this post so less experienced coders don&#039;t use this in their application.]]></description>
			<content:encoded><![CDATA[<p>This code example is bad and should not be used! It is a genuent security risk!</p>
<p>Shit like this returns a valid result:<br />
filter_var_domain(&#8216;www.137.com?&#8221;(OR(1=1))&#8217;)</p>
<p>@Felipe Braz&#8217;s solution is not as insecure as the Posters.</p>
<p>Blog posts and &#8220;solutions&#8221; are the reason PHP get a bad rep. So please remove this post so less experienced coders don&#8217;t use this in their application.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ferri		</title>
		<link>https://www.binarytides.com/validate-domain-name-filter_var-function-php/comment-page-1/#comment-69691</link>

		<dc:creator><![CDATA[Ferri]]></dc:creator>
		<pubDate>Tue, 08 Mar 2016 17:39:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.codekites.com/?p=4280#comment-69691</guid>

					<description><![CDATA[Works for me!

also its return full valid url when success...]]></description>
			<content:encoded><![CDATA[<p>Works for me!</p>
<p>also its return full valid url when success&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Felipe Braz		</title>
		<link>https://www.binarytides.com/validate-domain-name-filter_var-function-php/comment-page-1/#comment-67877</link>

		<dc:creator><![CDATA[Felipe Braz]]></dc:creator>
		<pubDate>Tue, 17 Mar 2015 18:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.codekites.com/?p=4280#comment-67877</guid>

					<description><![CDATA[I&#039;m using: filter_var(&#039;admin@&#039;.$domain, FILTER_VALIDATE_EMAIL); =)]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m using: filter_var(&#8216;admin@&#8217;.$domain, FILTER_VALIDATE_EMAIL); =)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: apalah		</title>
		<link>https://www.binarytides.com/validate-domain-name-filter_var-function-php/comment-page-1/#comment-65849</link>

		<dc:creator><![CDATA[apalah]]></dc:creator>
		<pubDate>Sun, 24 Nov 2013 16:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.codekites.com/?p=4280#comment-65849</guid>

					<description><![CDATA[thanks for the snippet you save my time..

do you have more code snippet for check  valid tld cause its still say something like this &quot;domainexample.helloworld is a valid domain name!&quot;]]></description>
			<content:encoded><![CDATA[<p>thanks for the snippet you save my time..</p>
<p>do you have more code snippet for check  valid tld cause its still say something like this &#8220;domainexample.helloworld is a valid domain name!&#8221;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: apalah		</title>
		<link>https://www.binarytides.com/validate-domain-name-filter_var-function-php/comment-page-1/#comment-65848</link>

		<dc:creator><![CDATA[apalah]]></dc:creator>
		<pubDate>Sun, 24 Nov 2013 16:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.codekites.com/?p=4280#comment-65848</guid>

					<description><![CDATA[its working fine but need some tld validation cause testing something like this &quot;exampledomain.432527889.com is a valid domain name!&quot;]]></description>
			<content:encoded><![CDATA[<p>its working fine but need some tld validation cause testing something like this &#8220;exampledomain.432527889.com is a valid domain name!&#8221;</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
