Re: New User - Problem Going Through Tutorial "Your First Bite."

2007-02-13 Thread RichardAtHome
> > My guess is that you have some whitespace after or before the > and ?> in your note.php model file. > This is a very common problem. The best way to deal with it is to not close the php tag (its optional automatically included by php when it reaches the end of file) : -- start of file -- ht

Re: New User - Problem Going Through Tutorial "Your First Bite."

2007-02-12 Thread Jamie
You are correct. I had whitespace after the closing ?> in the note.php file. Thank you very much. Jamie On Feb 12, 11:12 am, "John David Anderson (_psychic_)" <[EMAIL PROTECTED]> wrote: > On Feb 12, 2007, at 8:59 AM, Jamie wrote: > > > > > > > Hi All, > > > Am sure this is a simple one, but an

Re: New User - Problem Going Through Tutorial "Your First Bite."

2007-02-12 Thread John David Anderson (_psychic_)
On Feb 12, 2007, at 8:59 AM, Jamie wrote: > > Hi All, > > Am sure this is a simple one, but any help would be greatly > appreciated. > > Running on Windows XP, Apache 2.0, php 5.2.0. > > Have created db and ensured connection is successful, have created > Notes model class and Notes controller.

New User - Problem Going Through Tutorial "Your First Bite."

2007-02-12 Thread Jamie
Hi All, Am sure this is a simple one, but any help would be greatly appreciated. Running on Windows XP, Apache 2.0, php 5.2.0. Have created db and ensured connection is successful, have created Notes model class and Notes controller. Am using scaffolding. Whenever I add, edit, delete, update a