PHP Variables

  Variables: A variable is simply a container that’s used to store both numeric and non-numeric information. PHP has some simple rules for naming variables. Every variable name must be preceded with a dollar ($) symbol and must begin with a letter or underscore character,optionally followed by more letters, numbers, or underscore characters. Common punctuation … Continue reading PHP Variables