Re: [PHP] Another newbie

2003-06-29 Thread Lars Torben Wilson
On Sat, 2003-06-28 at 13:10, Jay Fitzgerald wrote: I have been writing PHP for almost a year now and someone on phpfreaks told me the other day that my code was very sloppy. Since I want to more more into programming than design, can anyone recommend where to learn how to make sure your

[PHP] Another newbie

2003-06-28 Thread Jay Fitzgerald
I have been writing PHP for almost a year now and someone on phpfreaks told me the other day that my code was very sloppy. Since I want to more more into programming than design, can anyone recommend where to learn how to make sure your code is clean, optimized and as error-free as it can get?

Re: [PHP] Another newbie

2003-06-28 Thread Daniel J. Rychlik
and MySQL Web Development book has great real world examples on how class objects relate to one another. Lots of Luck! -Dan - Original Message - From: Jay Fitzgerald [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, June 28, 2003 3:10 PM Subject: [PHP] Another newbie I have been

Re: [PHP] Another newbie

2003-06-28 Thread Chris Hayes
At 22:10 28-6-2003, you wrote: I have been writing PHP for almost a year now and someone on phpfreaks told me the other day that my code was very sloppy. Some people can be pretty rude on the net, so don't take it too hard. Since I want to more more into programming than design, can anyone

Re: [PHP] Another newbie

2003-06-28 Thread David Otton
On Sat, 28 Jun 2003 15:10:03 -0500, you wrote: Since I want to more more into programming than design, can anyone recommend where to learn how to make sure your code is clean, optimized and as error-free as it can get? Even if it is the style of how to write the code, please let me knowI

Re: [PHP] Another newbie

2003-06-28 Thread Ray Hunter
Jay, I would start out by reading up on the oop stuff and then maybe look at some software development sites...there are many and most have sufficient info to get you started. There are tons of design patterns out there which will more than help you code out too...(http://www.phppatterns.com) is

[PHP] Another Newbie

2001-12-07 Thread Elsi
While not new to programming, I am new to PHP and to Linux, hence these 'getting started' questions. I recently installed Red Hat Linux 6.2 and have discovered that it came with PHP (3.0.15) already installed and configured. I've written a couple of [simple] forms handling routines and am