Re: [PHP] Tutorials for Maintenance of State

2004-10-17 Thread Chris Shiflett
--- GH <[EMAIL PROTECTED]> wrote: > I know about sessions... but I am even more concerened now about > the use of cookies but I am not 100% sure on how to accomplish > this When you say you are concerned about cookies, what do you mean exactly? When used properly, cookies can afford a heighte

Re: [PHP] Tutorials for Maintenance of State

2004-10-14 Thread GH
I found it interesting... you did a good job. However I am running confused laps in my brain on what do I do to actually set it up... I know about sessions... but I am even more concerened now about the use of cookies but I am not 100% sure on how to accomplish this when I was dabbling in C

Re: [PHP] Tutorials for Maintenance of State

2004-10-12 Thread GH
I will look into the into all of the items discussed and probably will be sending in some questions On Tue, 12 Oct 2004 16:17:37 -0500, Greg Donald <[EMAIL PROTECTED]> wrote: > > > On Tue, 12 Oct 2004 16:43:42 -0400, GH <[EMAIL PROTECTED]> wrote: > > I would like to know if someone out there ha

Re: [PHP] Tutorials for Maintenance of State

2004-10-12 Thread Greg Donald
On Tue, 12 Oct 2004 16:43:42 -0400, GH <[EMAIL PROTECTED]> wrote: > I would like to know if someone out there has or knows of a tutorial > on Maintenance of State that allows only users who have logged in to > successfully visit view pages? You can store most anything in a PHP session, variables,

RE: [PHP] Tutorials for Maintenance of State

2004-10-12 Thread Jay Blanchard
[snip] I would like to know if someone out there has or knows of a tutorial on Maintenance of State that allows only users who have logged in to successfully visit view pages? [/snip] PHP, being server side without a persistent connection to the client, is stateless. You can use things like cookie

Re: [PHP] Tutorials for Maintenance of State

2004-10-12 Thread Chris Shiflett
--- GH <[EMAIL PROTECTED]> wrote: > I would like to know if someone out there has or knows of a tutorial > on Maintenance of State that allows only users who have logged in to > successfully visit view pages? You might find this helpful, if I'm interpreting your question correctly: http://shiflet

RE: [PHP] tutorials for login system...

2004-03-24 Thread Chris W. Parker
Andy B on Wednesday, March 24, 2004 1:28 PM said: > dont mean to bring up the subject again...but does anybody know of a > real good login system tutorial that uses sessions/php4/sessions?? > looked at google and found some but dont know how good they really > are (t

Re: [PHP] Tutorials on OOP

2002-12-22 Thread Stephen
L PROTECTED]> Sent: Sunday, December 22, 2002 8:30 PM Subject: Re: [PHP] Tutorials on OOP : Hi Justin, : : Thanks for your quick reply.. Well in this case i needs to build em : myself, because i am doing a course called Masterclass PHP and i have to : learn OOP.. So i am looking for some good

Re: [PHP] Tutorials on OOP

2002-12-22 Thread Philip Olson
This tutorial lists many oop tutorials: Know of any basic tutorials on PHP Classes and OOP? --- http://www.faqts.com/knowledge_base/view.phtml/aid/7569 Regards, Philip Olson On Mon, 23 Dec 2002, Wee Keat wrote: > > > Hi Justin, > > >

Re: [PHP] Tutorials on OOP

2002-12-22 Thread Wee Keat
> Hi Justin, > > Thanks for your quick reply.. Well in this case i needs to build em > myself, because i am doing a course called Masterclass PHP and i have to > learn OOP.. So i am looking for some good OOP tutorials/examples on the > web I am very interested in creating a user login class us

Re: [PHP] Tutorials on OOP

2002-12-22 Thread Davy Obdam
Hi Justin, Thanks for your quick reply.. Well in this case i needs to build em myself, because i am doing a course called Masterclass PHP and i have to learn OOP.. So i am looking for some good OOP tutorials/examples on the web I am very interested in creating a user login class using sess

Re: [PHP] Tutorials on OOP

2002-12-22 Thread Justin French
Both of those classes would already exist on a site like phpclasses.org... do you have to BUILD them, or do you NEED them? Justin on 23/12/02 11:43 AM, Davy Obdam ([EMAIL PROTECTED]) wrote: > Hi people,. > > I have to build several classes for a project i am doing, but i am quite > new to OOP

RE: [PHP] tutorials

2002-06-12 Thread SP
Here are some tutorials: http://www.devshed.com/Server_Side/PHP/ http://www.phpbuilder.com/ http://www.phpdeveloper.org/tutorial.php -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: June 12, 2002 4:06 AM To: [EMAIL PROTECTED] Subject: RE: [PHP] tutorials im

RE: [PHP] tutorials

2002-06-12 Thread Adriaan . Putter
PROTECTED]] Sent: Wednesday, June 12, 2002 10:01 AM To: Php-General Subject: RE: [PHP] tutorials Well, it depends on how well you know the basics of programming. If you're a total newbie, first of all learn how you use variables, conditional statements and loops. Without these you're

RE: [PHP] tutorials

2002-06-12 Thread Niklas Lampén
Well, it depends on how well you know the basics of programming. If you're a total newbie, first of all learn how you use variables, conditional statements and loops. Without these you're powerless! :) One way is to just create a simple form on one page and then try thingies you can do with the v

RE: [PHP] tutorials on good database design

2001-03-14 Thread Nold, Mark
ilto:[EMAIL PROTECTED]] Sent: Wednesday, March 14, 2001 10:45 AM Cc: php Subject: Re: [PHP] tutorials on good database design Jason Murray wrote: > True - I find the best way to explain database design to someone is by > having them design a database (as with someone here last week whom I > he

RE: [PHP] tutorials on good database design

2001-03-14 Thread Angerer, Chad
Try a book called - Database Design For Mere Mortals by Michael J. Hernandez. This book does a wonderful job of explaining concepts and theory on good RDB design. It also goes through the SQL syntax. Chad -Original Message- From: Justin French [mailto:[EMAIL PROTECTED]] Sent: Tuesday,

Re: [PHP] tutorials on good database design

2001-03-13 Thread Justin French
Jason Murray wrote: > True - I find the best way to explain database design to someone is by > having them design a database (as with someone here last week whom I > helped out with an office sports tipping database as a little how-to-SQL > project) and help them out as they go. First up, thanks

Re: [PHP] tutorials on good database design

2001-03-13 Thread Andrew Halliday
ow far you want to go in splitting up entities... AndrewH - Original Message - From: "Jason Murray" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "php" <[EMAIL PROTECTED]> Sent: Wednesday, March 14, 2001 12:19 PM Subject: RE: [PHP] tutorials on goo

RE: [PHP] tutorials on good database design

2001-03-13 Thread Jeff Oien
> I agree - throw us some examples of what you're thinking about, Justin. > > Jason I'm not Justin but I have a question. I would like to write a billing database to keep track of my hours for clients. I would like to keep track of what date I've been paid through and then create a report for

Re: [PHP] tutorials on good database design

2001-03-13 Thread Rick St Jean
One of my co-worker has a phenominal book on sql. You will want something that covers the different type of joins... when to use them, as well as database normalization, reinforcing data integrity with foreign and primary keys. You will also want some transact sql in there and some indexing.

RE: [PHP] tutorials on good database design

2001-03-13 Thread Jason Murray
> H... while there are abstract ideas which are generally useful > and prudent to adhere to, I don't think most people understand them > too well as abstracts and need concrete examples to map them to. > > Hence the employee contact database examples. And simple > shopping cart examples. :

Re: [PHP] tutorials on good database design

2001-03-13 Thread Philip Hallstrom
You could try the book SQL for Smarties by Joe Celko... I'm not through it yet, but it's got some theory (but not enough to make your head hurt) and goes over all the various SQL commands... in the TOC there's stuff on how to implement directed graphs (such as the organizational path from you to t

Re: [PHP] tutorials on good database design

2001-03-13 Thread Jack Dempsey
As usual, O'Reilly did a great job with MySQL/mSQL by Randy Jay Yarger, George Reese and Tim King jack Justin French wrote: > > hi, > > i'm looking for some good tutorials / articles / books on database > design, no, i'm not talking about the classic employee contact database > that nearly ever

Re: [PHP] tutorials on good database design

2001-03-13 Thread Michael Kimsal
H... while there are abstract ideas which are generally useful and prudent to adhere to, I don't think most people understand them too well as abstracts and need concrete examples to map them to. Hence the employee contact database examples. And simple shopping cart examples. :) Do you hav

RE: [PHP] tutorials on good database design

2001-03-13 Thread Jeff Oien
MySQL by Paul DuBois is a very good one. Jeff Oien > hi, > > i'm looking for some good tutorials / articles / books on database > design, no, i'm not talking about the classic employee contact database > that nearly every site has lingering somewhere... i'm after the good stuff: > > smart data