RE: [PHP-DB] Indepth Tutorial... need help.

2002-09-03 Thread Cal Evans
: Re: [PHP-DB] Indepth Tutorial... need help. For a SQL tutorial, I would recommend that you get yourself a copy of Joe Celko's "SQL for smarties". Best investment I ever made. Everything you need to know is there. Bon courage! - Original Message - From: "Matt Zur

Re: [PHP-DB] Indepth Tutorial... need help.

2002-09-03 Thread Kodrik
These should be helpful: http://zc8.net/zc8/shownews.php?articleid=93 http://zc8.net/zc8/shownews.php?articleid=95 http://zc8.net/zc8/shownews.php?articleid=98 -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] Indepth Tutorial... need help.

2002-09-03 Thread Miles Thompson
- >From: "Matt Zur" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Tuesday, September 03, 2002 3:08 PM >Subject: Re: [PHP-DB] Indepth Tutorial... need help. > > > > Right well that's what I'm asking I need a tutorial and haven't fo

Re: [PHP-DB] Indepth Tutorial... need help.

2002-09-03 Thread Ignatius Reilly
t;[EMAIL PROTECTED]> Sent: Tuesday, September 03, 2002 3:08 PM Subject: Re: [PHP-DB] Indepth Tutorial... need help. > Right well that's what I'm asking I need a tutorial and haven't found a > good one. > > -Matt > > Rasmus Lerdorf wrote: > > Most of this stuf

RE: [PHP-DB] Indepth Tutorial... need help.

2002-09-03 Thread Hutchins, Richard
asked by a different user last week. You might want to poke around the php-db archives for some other recommendations. -Original Message- From: Matt Zur [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 03, 2002 9:09 AM To: [EMAIL PROTECTED] Subject: Re: [PHP-DB] Indepth Tutorial... need

Re: [PHP-DB] Indepth Tutorial... need help.

2002-09-03 Thread boclair
://www.phpbuilder.com/columns/barry2731.php3 Tim Morris - Original Message - From: Matt Zur <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 03, 2002 11:08 PM Subject: Re: [PHP-DB] Indepth Tutorial... need help. : Right well that's what I'm asking

Re: [PHP-DB] Indepth Tutorial... need help.

2002-09-03 Thread Pierre-Alain Joye
On Tue, 03 Sep 2002 08:56:43 -0400 Matt Zur <[EMAIL PROTECTED]> wrote: > Can someone point me in the direction of an online tutorial for php > mysql that covers the following: http://www.phpbuilder.com http://www.devshed.com http://www.devarticles.com Well, if you do not find something here :-

Re: [PHP-DB] Indepth Tutorial... need help.

2002-09-03 Thread Matt Zur
Right well that's what I'm asking I need a tutorial and haven't found a good one. -Matt Rasmus Lerdorf wrote: > Most of this stuff is actually just SQL and has little to do with PHP. So > look for an SQL tutorial. From the PHP side all you need to know is > mysql_connect(), mysql_select_db(),

Re: [PHP-DB] Indepth Tutorial... need help.

2002-09-03 Thread Rasmus Lerdorf
Most of this stuff is actually just SQL and has little to do with PHP. So look for an SQL tutorial. From the PHP side all you need to know is mysql_connect(), mysql_select_db(), mysql_query() and mysql_fetch_row().'' All queries are sent to the database via mysql_query(). It doesn't matter to

[PHP-DB] Indepth Tutorial... need help.

2002-09-03 Thread Matt Zur
Can someone point me in the direction of an online tutorial for php mysql that covers the following: - Teaches me how to use php to access mysql - Creating a db that is structured to be efficient - How to add, modify, and delete records in a database - How to search for records - How to filter r