Re: mail function
- From: "Super_Lopez" <pregunta@xxxxxx>
- Date: Sun, 11 Jun 2006 19:23:57 +0000 (UTC)
maya ha comentado:
> I'm new to php.. and I would like to know, please, why is
> there a '.' sometimes before '='.. what is this for [..]
This is for link together (concatenate[1]) the previous content
in that var with the current assignment.
About the variables, you can use simple quotes (') instead of
double quotes ("), and then you won't see expanded this variables.
These, and a lot of other concepts, are clearly explaind in the
php docs[2].
[1] http://www.php.net/manual/en/language.operators.assignment.php
[2] http://www.php.net/manual/en/language.types.string.php
Regards.
.
- Follow-Ups:
- Re: mail function
- From: maya
- Re: mail function
- References:
- mail function
- From: maya
- Re: mail function
- From: Bent Stigsen
- Re: mail function
- From: maya
- mail function
- Prev by Date: Re: mail function
- Next by Date: strings and conditionals..
- Previous by thread: Re: mail function
- Next by thread: Re: mail function
- Index(es):
Relevant Pages
|