Switch to full style
:read: Start PHP with us. Includes topics to help you in php
Post a reply

is_numeric in action

Mon Oct 27, 2008 12:41 pm

Code:
<?php
   $item
= 43;
   echo
"The variable \$item is numeric: ".is_numeric($item)."<br />";
?>




Post a reply
  Related Posts  to : is_numeric in action
 php SAX parser in action     -  
 php extends in action     -  
 JButtons implementing an Action     -  
 Button action listener should implement abstract method     -  
 Two Listeners- Mutli- Action Listeners on Text Area     -  

Topic Tags

PHP Functions