
RSS6 Video Tour
|
 |
|
We are using MySQL, help save it
|
|
I, Michael “Monty” Widenius, the creator of MySQL, is asking you urgently to help save MySQL from Oracle’s clutches. Without your immediate help Oracle might get to own MySQL any day now. By writing to the European Commission (EC) you can support this cause and help secure the future development of the product MySQL as
|
|
| (Published: Mon, 14 Dec 2009 07:27:38 +0000) |
|
|
|
at last my Wordpress blog is now updated!
|
|
yepeee! at last after months of being busy i have now updated my blog to the latest wordpress version (from 2.6.1 to 2.8.4) and yepeee again hehe my theme works. i thought my theme is not gonna work with the new version so im afraid to update and also i got busy these
|
|
| (Published: Sat, 19 Sep 2009 15:20:21 +0000) |
|
|
|
Welcome me back my blog!
|
|
weee after 2 months of no post i’m alive again hehe. .i have been very busy this past months, im still busy but i will try to post again to make this blog alive again hehe. .i will update this first to new version of wordpress so im updated.. i got busy last months doing
|
|
| (Published: Mon, 15 Jun 2009 21:51:44 +0000) |
|
|
|
PHP Operators: The === Operator
|
|
PHP’s === Operator enables you to compare or test variables for both equality and type. Refer below for example.
<?php
//define variables..
$str = '9';
$int = 9;
//Returns true since both variable contains the same value..
$res = ($str==$int);
//Returns false since the two variables are not of the same type..
$res = ($str===$int);
?>
Share and Bookmark this Post..
|
|
| (Published: Wed, 04 Mar 2009 18:17:12 +0000) |
|
|
|
PHP Operators : Using Comparison Operators
|
|
To compare php variables to determine whether they are the same or different.. you can use PHP Comparison Operators. See below for a list of examples..
I. Define the Variables
<?php
$num1 = 9;
$num2 = 9;
$num3 = 22;
?>
A. The Less Than Operator
<?php
//Returns true if variable in the left side is less than the right..
$res = ($num1 < $num3);
//returns
|
|
| (Published: Tue, 03 Mar 2009 09:28:06 +0000) |
|
|
|
PHP Operators: Using String Concatenation Operator
|
|
You can concatenate or add strings together using the PHP string concatenation operator represented by the period sign ( . ). refer to the examples below.
<?php
// intialize variables
$username = "daniel";
$domain = "danieldumas.com";
// the variable string $username and $domain can be combine using the concatenation operator
$email_address = $username . '@'. $domain;
//the variable $email_address now contains the
|
|
| (Published: Sun, 18 Jan 2009 15:03:36 +0000) |
|
|
|
PHP Operators : Using Arithmetic Operators
|
|
Using Arithmetic Operators in PHP you can perform mathematical operations on PHP variables. refer to the example below.
Using PHP Arithmetic Operator
//define variables
<?php
$num1 = 50;
$num2 = 30;
//Addition
$sum = $num1 + $num2;
//Subtraction
$difference = $num1 - $num2;
//Multiplication
$product = $num1*$num2;
//Division
$quotient = $num1 / $num2;
//Modulus
$remainder = $num1 % $num2;
?>
you may also use the shorthand using the PHP Assignment Operator and
|
|
| (Published: Sun, 04 Jan 2009 04:37:38 +0000) |
|
|
|
PHP Operators
|
|
PHP Operators are very important, if PHP variables is the building blocks of PHP programming PHP Operators is the tool that lets you do something useful with variables. php comes with many useful operators such as Assignment Operator, Arithmetic Operator, String Operator, Comparison Operator and Logical Operator.
Below is a list of PHP Operators and its
|
|
| (Published: Wed, 31 Dec 2008 06:17:32 +0000) |
|
|
|
Weeeee Happy New Year! Welcome me back again!…
|
|
Wahhhhhhhh happy new year everybody its been a month since my last post im super duper busy kasi sa mga projects wahhhhhhh by the way happy new year sa lahat welcome me back nalang hehe ;) hmmm this new year my new years resolution is to post more on my blog weeeeeee and to socialize
|
|
| (Published: Wed, 31 Dec 2008 05:21:48 +0000) |
|
|
|
Detecting the data type of a PHP variable
|
|
Detecting the datatype of a specific PHP variable can be done by using PHP gettype() function. refer below for example.
<?php
//define variables
$on = true;
$age = 20;
$name = "daniel";
$price = 99.99;
//Returns Boolean
echo gettype($on);
//Returns String
echo gettype($name);
//Returns Integer
echo gettype($age);
//Returns Double
echo gettype($price);
?>
You can also use other PHP functions to determine the datatypes of a variable
FUNCTION NAME
is_bool()
Checks if a variable is
|
|
| (Published: Fri, 28 Nov 2008 08:47:51 +0000) |
|
|
|
Weee im back online…
|
|
Woooo yeeepeee hehe im now back online again to blog after almost two weeks of being absent in the blogosphere wahehe. . im so busy kasi this past few days in school. . yeah.. weeeee well there are so many things that i forgot to blog about.. and since i forgot those things, i
|
|
| (Published: Tue, 25 Nov 2008 09:50:33 +0000) |
|
|
|
Free One Way Text Link Web Directories List
|
|
Free One Way Text link Web Directories is one of the many ways to increase web traffic and ofcourse one of the great way to increase or to build backlinks of your site without spending a single dime, just effort ofcourse and what is good with this is these sites doesn’t require a reciprocal link
|
|
| (Published: Wed, 12 Nov 2008 14:37:12 +0000) |
|
|
| ( Source: http://feeds.feedburner.com/MrNightMan ) |
Get social!!!
|
|
 |
|
Search Our Feeds Database!
|
|