Re: [PHP] Where to start!

2008-05-07 Thread tedd
At 1:49 PM -0400 5/6/08, Robert Cummings wrote: On Tue, 2008-05-06 at 13:42 -0400, tedd wrote: > Rob, who I respect greatly, said that 90 percent of what you are doing should be decided before you start programming. But, I never work that way either. I always jump right in and use the compu

Re: [PHP] Where to start!

2008-05-06 Thread Robert Cummings
On Tue, 2008-05-06 at 13:42 -0400, tedd wrote: > At 10:14 AM -0400 5/6/08, Andrew Ballard wrote: > >On Tue, May 6, 2008 at 9:21 AM, tedd <[EMAIL PROTECTED]> wrote: > >I will respectfully (though strongly) disagree here, tedd. If you are > >building a guest book and all you need is a place to "stor

Re: [PHP] Where to start!

2008-05-06 Thread tedd
At 10:14 AM -0400 5/6/08, Andrew Ballard wrote: On Tue, May 6, 2008 at 9:21 AM, tedd <[EMAIL PROTECTED]> wrote: I will respectfully (though strongly) disagree here, tedd. If you are building a guest book and all you need is a place to "store and retrieve stuff," store it in a file rather than a d

Re: [PHP] Where to start!

2008-05-06 Thread Andrew Ballard
On Tue, May 6, 2008 at 9:21 AM, tedd <[EMAIL PROTECTED]> wrote: > At 1:15 AM -0600 5/5/08, Jorge wrote: > > > First I would like to say that I have had PHP experience but not enough to > say I am a PHP developer. > > > > I want to use PHP to build a site that uses MySQL, I am building it from > sc

Re: [PHP] Where to start!

2008-05-06 Thread tedd
At 1:15 AM -0600 5/5/08, Jorge wrote: First I would like to say that I have had PHP experience but not enough to say I am a PHP developer. I want to use PHP to build a site that uses MySQL, I am building it from scratch so I don't know where to start, should I start with PHP and design a dat

Re: [PHP] Where to start!

2008-05-05 Thread Jason Pruim
On May 5, 2008, at 10:11 AM, Richard Heyes wrote: Right now I just have 1 application, with a small account in it, it's about 1,000 records... But I plan on marketing the program which would (Hopefully) increase the user base and total records. I could see having 20-30 customers with all w

Re: [PHP] Where to start!

2008-05-05 Thread Richard Heyes
Right now I just have 1 application, with a small account in it, it's about 1,000 records... But I plan on marketing the program which would (Hopefully) increase the user base and total records. I could see having 20-30 customers with all with around 1,000 to 30,000+ names in the database. At l

Re: [PHP] Where to start!

2008-05-05 Thread Jason Pruim
On May 5, 2008, at 9:43 AM, Dan Joseph wrote: On Mon, May 5, 2008 at 3:15 AM, Jorge <[EMAIL PROTECTED]> wrote: First I would like to say that I have had PHP experience but not enough to say I am a PHP developer. I want to use PHP to build a site that uses MySQL, I am building it from sc

Re: [PHP] Where to start!

2008-05-05 Thread Dan Joseph
On Mon, May 5, 2008 at 3:15 AM, Jorge <[EMAIL PROTECTED]> wrote: > First I would like to say that I have had PHP experience but not enough to > say I am a PHP developer. > > I want to use PHP to build a site that uses MySQL, I am building it from > scratch so I don't know where to start, should I

Re: [PHP] Where to start!

2008-05-05 Thread Børge Holen
On Monday 05 May 2008 09:15:29 Jorge wrote: > First I would like to say that I have had PHP experience but not enough to > say I am a PHP developer. > > I want to use PHP to build a site that uses MySQL, I am building it from > scratch so I don't know where to start, should I start with PHP and de

Re: [PHP] Where to start!

2008-05-05 Thread Robert Cummings
On Mon, 2008-05-05 at 01:15 -0600, Jorge wrote: > First I would like to say that I have had PHP experience but not enough to > say I am a PHP developer. > > I want to use PHP to build a site that uses MySQL, I am building it from > scratch so I don't know where to start, should I start with PH

[PHP] Where to start!

2008-05-05 Thread Jorge
First I would like to say that I have had PHP experience but not enough to say I am a PHP developer. I want to use PHP to build a site that uses MySQL, I am building it from scratch so I don't know where to start, should I start with PHP and design a database around my code, or should I desig

Re: [PHP] Sessions in PHP... where to start???

2006-02-27 Thread Curt Zirzow
Well for the latter part of your question.. 'Where to start??' the first thing to start with is to NOT reply to a topic and change your subject to ask something else, instead click the icon in your email application that indicates a new message and compose your question addressed to php-general@li

Re: [PHP] Sessions in PHP... where to start???

2006-02-27 Thread Philip Hallstrom
Hi everybody! I have a problem and I was told to check out the sessions part in PHP. What I want to deal with is the following : I have a PHP page with a form, where the user writes some data. These data are then written into a file which is then used in a system command as input for an externa

[PHP] Sessions in PHP... where to start???

2006-02-27 Thread Kostas Tsirigos
Hi everybody! I have a problem and I was told to check out the sessions part in PHP. What I want to deal with is the following : I have a PHP page with a form, where the user writes some data. These data are then written into a file which is then used in a system command as input for an external

RE: [PHP] Where to start?

2003-06-08 Thread Boaz Yahav
: Thursday, June 05, 2003 2:36 PM To: [EMAIL PROTECTED] Subject: [PHP] Where to start? Hi all, I am looking into learning PHP, I have a good understanding of HTML, JS and I know a little Perl. Firstly I know PHP is all server side and so a damn sight different from the above, but will they help me at

Re: [PHP] Where to start?

2003-06-08 Thread poetbox
hi, Simon Thurtle! " www.php.net " is the best on-line resource on the web. === 2003-06-05 13:36:00 you wrote:=== >Hi all, >I am looking into learning PHP, I have a good understanding of HTML, JS and >I know a little Perl. Firstly I know PHP is all server side and so a damn >s

RE: [PHP] Where to start?

2003-06-05 Thread Jay Blanchard
[snip] I am looking into learning PHP, I have a good understanding of HTML, JS and I know a little Perl. Firstly I know PHP is all server side and so a damn sight different from the above, but will they help me at all? Secondly where do I start? Are there any good on-line resources and or books tha

[PHP] Where to start?

2003-06-05 Thread Simon Thurtle
Hi all, I am looking into learning PHP, I have a good understanding of HTML, JS and I know a little Perl. Firstly I know PHP is all server side and so a damn sight different from the above, but will they help me at all? Secondly where do I start? Are there any good on-line resources and or books th