Wednesday, January 20, 2010

Attention to details...

Sometimes you just have to pay attention to the details.

I went as far as holding the page up to the screen and compared word for word, line by line and I eventually found some errors in my code and realized why it wasn't working. Therefore in response to my previous post:

1) I misspelled "include" as "inclue" on one line
2) I didn't include (no pun intended) the semicolon (;) to close out the php functions.

So I'm back on track. I should probably consider getting an IDE. Not sure if that would have helped to avoid that error but I've been reading that it would be helpful to have an IDE instead of writing ridiculous amounts of code in a text editor.

Thanks to Chuck aka Donalg for offering to help a guy out...

Onwards through this book...

No comments:

Post a Comment