Re: [PHP] A beginner´s question

2009-01-05 Thread Andrew Ballard
On Mon, Jan 5, 2009 at 10:50 AM, Eduardo wrote: > Thanks, you all! > I tried near all suggestions, and Vicente's worked with >IE6 >Windows98SE >EasyPHP > > Eduardo > > > On 5 Jan 2009 at 4:36, Vicente wrote: > >> > > > Unless you have taken steps to ensure that the val

Re: [PHP] A beginner´s question

2009-01-05 Thread Eduardo
Thanks, you all! I tried near all suggestions, and Vicente's worked with IE6 Windows98SE EasyPHP Eduardo On 5 Jan 2009 at 4:36, Vicente wrote: >

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

2009-01-04 Thread Vicente
Eduardo don't worry it's the new year hangover. Really you are in a guru list :) > Vicente wrote: >>> >>> >> >> eps, sorry.. Micah Gersten is right. You will need the echo among >> them. >> >> >> >> >> > Yep, but you caught the quotes mix-up. :) -- PHP General Maili

Re: [PHP] A beginner´s question

2009-01-04 Thread Micah Gersten
Vicente wrote: >> >> > > eps, sorry.. Micah Gersten is right. You will need the echo among > them. > > > > > Yep, but you caught the quotes mix-up. :) Thank you, Micah Gersten onShore Networks Internal Developer http://www.onshore.com -- PHP General Mailing List (http://ww

Re: [PHP] A beginner´s question

2009-01-04 Thread Vicente
> eps, sorry.. Micah Gersten is right. You will need the echo among them. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] A beginner´s question

2009-01-04 Thread Vicente
> How do I move the content of $tastes to X of > echo "\n"; - with simple quotes (better!): echo ''; - on the contrary, you will need a backslash in doublequotes: echo ""; - also, you can close php brackets before and after putting the php code inside: best regards, -- PHP G

[PHP] A beginner´s question

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