Re: [PHP] Learning PHP

2002-04-20 Thread eat pasta type fasta
I started here it was pretty good, then ofcourse I bought a thick ass book: http://www.mysql.com/articles/ddws/index.html R> >I'm started with PHP and I'm interested in find any place >with some docs and example code. Can anyone help me? > >Thanks in advance. > > --__-

Re: [PHP] Learning PHP

2002-04-20 Thread Tyler Longren
I suggest you buy a book called PHP Essentials by Julie C. Meloni. That's a great book for php beginners. It comes with a bunch of example code. It's really well written. Tyler Longren Captain Jack Communications www.captainjack.com [EMAIL PROTECTED] - Original Message - From: "Victor

RE: [PHP] Learning PHP

2002-04-20 Thread Boaz Yahav
http://www.weberdev.com Sincerely berber Visit http://www.weberdev.com Today!!! To see where PHP might take you tomorrow. -Original Message- From: Victor Javier Martinez Lopez [mailto:[EMAIL PROTECTED]] Sent: Saturday, April 20, 2002 3:41 PM To: [EMAIL PROTECTED] Subject: [PHP]

Re: [PHP] Learning PHP

2002-05-22 Thread r
Hey, Welcome to PHP. I too am a newbie, I agree, php.net is too damn complex for a newbie, I would suggest starting off on webmonkey as its really easy and has some great examples for the beginner, then you can try to download the PHP manual from php.net. Nearly everyone I spoke to swears by the

Re: [PHP] Learning PHP

2002-05-22 Thread Justin French
The manual is excellent, once you ask the right question, or know where to look. It is a bit daunting as a newbie resource. However, the search engine does help in finding a specific function. The best way to get to that point is to work on some tutorials (even for things you don't need immedia

Re: [PHP] Learning PHP

2002-05-23 Thread Michael Virnstein
you have to know what the function prototypes mean, and it is very easy to understand: int function(string varname, mixed varname2[[, array varname3], int varname4]); means the function returns a variable of type integer, which is the same as int. Just two names for the same thing. if int is spe

RE: [PHP] Learning PHP

2001-07-25 Thread Matthew Loff
O'Reilly book and PHP manual? That's the best you're going to get. (Others will recommend other books, but the O'Reilly one is great to start with) Good luck! -Original Message- From: Kyle Smith [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 25, 2001 9:06 PM To: [EMAIL PROTECTED] S

RE: [PHP] Learning PHP

2001-07-25 Thread Jeff Oien
http://www.webdesigns1.com/php Jeff Oien > Can someone please make a list of the best places to learn PHP as I have 6 > weeks of school holidays and I want to put the m to good use (i have the > PHP reference guide from www.oreilly.com and i have the big ass document > files from www.php.net)

RE: [PHP] learning PHP from scratch

2001-07-16 Thread Jason Murray
> This approach worked pretty well with previous people i teached > PHP, but they already had some sort of programming background. > This guy hasn't. I find that he has some difficulties picking > it up. And I have some difficulties to further help him. Is he having problems with PHP, or data

RE: [PHP] learning PHP from scratch

2001-07-16 Thread Matthew Loff
: Jason Murray [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 17, 2001 12:28 AM To: 'Raphael Steenbergen'; [EMAIL PROTECTED] Subject: RE: [PHP] learning PHP from scratch > This approach worked pretty well with previous people i teached > PHP, but they already had some sort of progra

RE: [PHP] learning PHP from scratch

2001-07-16 Thread Jason Rennie
> > This approach worked pretty well with previous people i teached > > PHP, but they already had some sort of programming background. > > This guy hasn't. I find that he has some difficulties picking > > it up. And I have some difficulties to further help him. > > Is he having problems with

Re: [PHP] learning PHP from scratch

2001-07-17 Thread Matthew Garman
On Tue, Jul 17, 2001 at 04:55:11PM +1000, Jason Rennie wrote: > > > This approach worked pretty well with previous people i teached > > > PHP, but they already had some sort of programming background. > > > This guy hasn't. I find that he has some difficulties picking > > > it up. And I have so