<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: PHP functions to validate Integer, Float and characters length input</title>
	<link>http://www.ariel.web.id/blog/2007/10/10/php-functions-to-validate-integer-float-and-characters-length-input/</link>
	<description>Web Design Tips Web Programming Tutorials &#124; Bali Web Developer</description>
	<pubDate>Mon, 06 Sep 2010 09:41:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: Caio C Iglesias</title>
		<link>http://www.ariel.web.id/blog/2007/10/10/php-functions-to-validate-integer-float-and-characters-length-input/#comment-1869</link>
		<author>Caio C Iglesias</author>
		<pubDate>Wed, 08 Apr 2009 21:49:14 +0000</pubDate>
		<guid>http://www.ariel.web.id/blog/2007/10/10/php-functions-to-validate-integer-float-and-characters-length-input/#comment-1869</guid>
		<description>Ahhh, you have to use 'true' and 'false' with the apostrophes.</description>
		<content:encoded><![CDATA[<p>Ahhh, you have to use &#8216;true&#8217; and &#8216;false&#8217; with the apostrophes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Caio C Iglesias</title>
		<link>http://www.ariel.web.id/blog/2007/10/10/php-functions-to-validate-integer-float-and-characters-length-input/#comment-1868</link>
		<author>Caio C Iglesias</author>
		<pubDate>Wed, 08 Apr 2009 21:16:41 +0000</pubDate>
		<guid>http://www.ariel.web.id/blog/2007/10/10/php-functions-to-validate-integer-float-and-characters-length-input/#comment-1868</guid>
		<description>My results were:

isNumeric(1) = 1
isNumeric("a") =
isNumeric(0.1) =

isFloat(1) = 1
isFloat("a") =
isFloat(0.1) = 1

isLength("aku",1,4) = 1
isLength("aku",4,4) =
isLength("aku",3,4) = 1

Shouldn't it be outputing true or false?</description>
		<content:encoded><![CDATA[<p>My results were:</p>
<p>isNumeric(1) = 1<br />
isNumeric(&#8221;a&#8221;) =<br />
isNumeric(0.1) =</p>
<p>isFloat(1) = 1<br />
isFloat(&#8221;a&#8221;) =<br />
isFloat(0.1) = 1</p>
<p>isLength(&#8221;aku&#8221;,1,4) = 1<br />
isLength(&#8221;aku&#8221;,4,4) =<br />
isLength(&#8221;aku&#8221;,3,4) = 1</p>
<p>Shouldn&#8217;t it be outputing true or false?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
