Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 185 Bytes

File metadata and controls

14 lines (10 loc) · 185 Bytes
stage prewriting

Variables

Variable is used to store some value in your program. PHP variables are prefixed with a dollar sign $.

<?php

$variable = 'value';