User login
Unsystematic Affiliates
Change Language
Who's online
There are currently 0 users and 8 guests online.
except for this one:
<?php
// this is a string
$variable = '456344534';
?>
It would be a variable holding the number 456,344,534.
<?php
// this is a string
$variable = "456344534";
// this is a variable
$variable = 456344534;
// this is a variable
$variable = '456344534';
// this is a string
$variable = 'hi';
?>
Submitted by David on January 2, 2007 - 10:56pm.
Reply
Like what you see?
Why not add more? C2D is looking for other Christian Web Masters who would like to help write articles for this site. If you have expericance in FLASH, CSS/HTML, PHP/MySQL, PhotoShop/GIMP, Blender, Javascript, or just General Design - our users would love to hear what you have to say.
Contact Us