Re: [PHP] PHP tutorials

2011-01-17 Thread Geoffrey Van Wyk
I like www.phpexercises.com. On 1/17/11, Paul M Foster wrote: > On Sun, Jan 16, 2011 at 01:26:07PM -0500, tedd wrote: > >> Hi gang: >> >> In the past we talked about PHP tutorials, but I don't remember if >> there was a single clearinghouse/link for them or n

Re: [PHP] PHP tutorials

2011-01-16 Thread Paul M Foster
On Sun, Jan 16, 2011 at 01:26:07PM -0500, tedd wrote: > Hi gang: > > In the past we talked about PHP tutorials, but I don't remember if > there was a single clearinghouse/link for them or not -- is there > one? If not, what do you recommend? > > Disclaimer: This is

Re: [PHP] PHP tutorials

2011-01-16 Thread Daniel Brown
On Sun, Jan 16, 2011 at 13:26, tedd wrote: > Hi gang: > > In the past we talked about PHP tutorials, but I don't remember if there was > a single clearinghouse/link for them or not -- is there one? If not, what do > you recommend? While this isn't a direct response

Re: [PHP] PHP tutorials

2011-01-16 Thread Joshua Kehn
On Jan 16, 2011, at 1:26 PM, tedd wrote: > Hi gang: > > In the past we talked about PHP tutorials, but I don't remember if there was > a single clearinghouse/link for them or not -- is there one? If not, what do > you recommend? > > Disclaimer: This is a clear solici

[PHP] PHP tutorials

2011-01-16 Thread tedd
Hi gang: In the past we talked about PHP tutorials, but I don't remember if there was a single clearinghouse/link for them or not -- is there one? If not, what do you recommend? Disclaimer: This is a clear solicitation by me for help with my PHP class. I will be teaching this class

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

[PHP] Tutorials for Maintenance of State

2004-10-12 Thread GH
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? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

[PHP] tutorials for login system...

2004-03-24 Thread Andy B
hi... 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 (the comments on some of them are really bad)... tnx

Re: [PHP] Easy XML & PHP tutorials ?????

2003-08-24 Thread murugesan
www.w3schools.com -murugesan - Original Message - From: "Boaz Yahav" <[EMAIL PROTECTED]> To: "Joe Harman" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, August 24, 2003 1:09 AM Subject: RE: [PHP] Easy XML & PHP tutorials ? Try t

RE: [PHP] Easy XML & PHP tutorials ?????

2003-08-23 Thread Boaz Yahav
- From: Joe Harman [mailto:[EMAIL PROTECTED] Sent: Friday, August 22, 2003 1:16 AM To: [EMAIL PROTECTED] Subject: [PHP] Easy XML & PHP tutorials ? Hello all. does anyone have any very easy XML tutorials . I have a simple weather feed I want to implement. but no XML experience thanks

Re: [PHP] Easy XML & PHP tutorials ?????

2003-08-23 Thread Noivad
On Thursday, August 21, 2003, at 07:34 PM, Burhan Khalid wrote: On Friday, August 22, 2003, 2:16:06 AM, Joe wrote: JH> Hello all. does anyone have any very easy XML tutorials . I have a JH> simple weather feed I want to implement. but no XML experience JH> thanks I have one at my site, complete

RE: [PHP] Easy XML & PHP tutorials ?????

2003-08-21 Thread Joe Harman
Burhan! Thanks a lot... This is great... I am going through it right ... Have a great day! Joe > -Original Message- > From: Burhan Khalid [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 21, 2003 10:35 PM > To: Joe Harman; [EMAIL PROTECTED] > Subject: Re: [PHP]

Re: [PHP] Easy XML & PHP tutorials ?????

2003-08-21 Thread Burhan Khalid
On Friday, August 22, 2003, 2:16:06 AM, Joe wrote: JH> Hello all. does anyone have any very easy XML tutorials . I have a JH> simple weather feed I want to implement. but no XML experience JH> thanks I have one at my site, complete with an example and downloadble code. I also wrote a class that

[PHP] Easy XML & PHP tutorials ?????

2003-08-21 Thread Joe Harman
Hello all. does anyone have any very easy XML tutorials . I have a simple weather feed I want to implement. but no XML experience thanks Joe Harman

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

[PHP] Tutorials on OOP

2002-12-22 Thread Davy Obdam
Hi people,. I have to build several classes for a project i am doing, but i am quite new to OOP programming. I need to make a database abstraction layer class and a user login class.. Does anyone know some good tutorials about these things and OOP in general. Thanks in advance.. Best regards,

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
o with the values sent from that form. If you need a tutorial, try searching google with "php tutorial".. :) Niklas -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 12. kesäkuuta 2002 10:17 To: [EMAIL PROTECTED] Subject: [PHP] tutorials hi i wa

[PHP] tutorials

2002-06-11 Thread Adriaan . Putter
hi i want to start learning this PHP, i've got the manual but i need a kind of a starting point? any suggestions Adriaan Putter -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] tutorials

2001-05-23 Thread Jon Yaggie
Okay i am not expecting any heavy research here but if any one know of tutorials on these sujects it would really save me some time. thanks 1) useing php and xml 2) using perl and php together

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
, March 13, 2001 7:38 PM To: php Subject: [PHP] tutorials on good database design 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

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

Fw: [PHP] tutorials on good database design

2001-03-13 Thread web100.co.uk
ECTED]> > Sent: Wednesday, March 14, 2001 2:00 AM > Subject: Re: [PHP] tutorials on good database design > > > > 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

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

[PHP] tutorials on good database design

2001-03-13 Thread Justin French
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 design smart data planning unique keys taking advantage of relatio