Re: [PHP] Re: A beginner´s question

2009-01-04 Thread Micah Gersten
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

Re: [PHP] Re: A beginner´s question

2009-01-04 Thread TG
- 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

Re: [PHP] Re: A beginner´s question

2009-01-04 Thread Micah Gersten
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"; >> ? >> >

[PHP] Re: A beginner´s question

2009-01-04 Thread Nathan Rixham
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