06 October 2006
From penguin to gnome, all the latest news and views on open source.
From penguin to gnome, all the latest news and views on open source.
25 September 2006
21 September 2006
13 September 2006
phpslash.org
PHP Syntax
PHP's syntax is similar to other languages like C, Java or Perl.
Variables
Unlike programming languages like C, you do not have to explicitly declare a variable in PHP. You only need assign a value to a variable and it is declared automatically. Variables in PHP are preceded by the $ symbol.
06 September 2006
1
(6 marks)