Micah Gersten wrote:
> Nathan Rixham wrote:
>
>> Eduardo wrote:
>>
>>> Hi, I am Eduardo, a new PHP programmer and an old Cobol veteran.
>>> I know that
>>> $tastes=$_POST["tastes"]; moves the content of "tastes" from
>>>
>>> to
>>> $tastes
>>>
>>>
>>> How do I move the content
- Original Message -
From: Nathan Rixham
To: Eduardo
Cc: php-general@lists.php.net
Date: Mon, 05 Jan 2009 03:00:19 +
Subject: [PHP] Re: A beginner´s question
> Eduardo wrote:
> > Hi, I am Eduardo, a new PHP programmer and an old Cobol veteran.
> > I know that
> &g
Nathan Rixham wrote:
> Eduardo wrote:
>> Hi, I am Eduardo, a new PHP programmer and an old Cobol veteran.
>> I know that
>> $tastes=$_POST["tastes"]; moves the content of "tastes" from
>>
>> to
>> $tastes
>>
>>
>> How do I move the content of $tastes to X of
>> echo "\n";
>> ?
>>
>
Eduardo wrote:
Hi, I am Eduardo, a new PHP programmer and an old Cobol veteran.
I know that
$tastes=$_POST["tastes"];
moves the content of "tastes" from
to
$tastes
How do I move the content of $tastes to X of
echo "\n";
?
Thanks,
Eduardo
echo "\n";
echo "this
4 matches
Mail list logo