| | in php we can save our strings in a place, i means: CODE <?php $a = "hello world"; ?> it means that we have a place to save hello world and use it in other places. now we can have: CODE <?php print $a; ?> it will show us hello world ask me if you have any questions |

