Progged programming site

Programming source code, articles, tutorials, links and chat

Variables in PHP part 1

Variables in PHP part 1
A variable is an area of memory which is set aside to store information , this is assigned an identifier by the programmer . You can recognise variables in PHP because they are prefixed with the dollar ( $ ) sign . To assign a variable you use the assignment operator [...]

[ Back to top ]

Sponsors