Skip to main content

Variables

  • Chapter
  • First Online:
PHP and MySQL Recipes
  • 2603 Accesses

Abstract

Variables are used to store data temporarily in memory. Variables only exist as long as the PHP script is running. They are identified with a dollar sign followed by a name. The name of a variable can begin with a letter (a-z or A-Z) or an underscore. Any of the following characters can be a number, a letter, or any ASCII character from 127 to 255 (0x7f – 0xff). There is no restriction on the number of characters in the name. Variable names are case sensitive so $var, $Var, and $VAR will be three different variables.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 44.99
Price excludes VAT (USA)
  • Available as EPUB and PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 59.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Author information

Authors and Affiliations

Authors

Rights and permissions

Reprints and permissions

Copyright information

© 2016 Frank M. Kromann

About this chapter

Cite this chapter

Kromann, F.M. (2016). Variables. In: PHP and MySQL Recipes. Apress, Berkeley, CA. https://doi.org/10.1007/978-1-4842-0605-8_10

Download citation

Publish with us

Policies and ethics