PHP Resources for Tutorials, Books, Script Archives, etc.

  • RichB
  • Guru
  • Guru
  • User avatar
  • Joined: May 17, 2003
  • Posts: 1121
  • Loc: Boston
  • Status: Offline

Post August 16th, 2005, 9:15 am

I'm thinking of adding a new php book to the list: PHP 5 Power Programming. To download the book for free as a pdf file click on downloads under the More Information heading and a div will appear with the download link. I haven't actually had a chance to look at the book except to verify that the whole thing is there for free, so I don't know how good it is, but I figure it's worth a look as it's availabe under an Open Publication License. There are also some non-PHP books available at the same site as part of Bruce Perens' Open Source Series.
Free Programming Resources
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post August 16th, 2005, 9:15 am

  • UPSGuy
  • Lurker ಠ_ಠ
  • Web Master
  • User avatar
  • Joined: Jul 25, 2005
  • Posts: 2735
  • Loc: Nashville, TN
  • Status: Offline

Post August 19th, 2005, 7:32 pm

umm, clicking that downloads link appears to take me right back to the very same page...am I doing something really stupid I should kick myself for? I tried allowing the site for popups....Thats not it...
I'd love to change the world, but they won't give me the source code.
  • RichB
  • Guru
  • Guru
  • User avatar
  • Joined: May 17, 2003
  • Posts: 1121
  • Loc: Boston
  • Status: Offline

Post August 20th, 2005, 6:43 am

Double check that you have javascript enabled. The site uses an onclick event on that link to show a hidden element. Since they put a # in the href of the link and didn't return false to cancel the click event, your browser will probably jump to the top of the page if you have scrolled down at all. That makes it look like it's just the same page, but if you look closely you should see this new link:

Download PHP 5 Power Programming in PDF.
Free Programming Resources
  • daremedy
  • Professor
  • Professor
  • No Avatar
  • Joined: Oct 29, 2004
  • Posts: 911
  • Status: Offline

Post November 17th, 2005, 9:51 am

For those of you wanting to learn PHP 5 and really apply its object oriented features, a good book that I got (which a friend recommended) is Matt Zandstra's PHP 5 Objects, Patterns, and Practice. I'm seriously impressed with this book, its very object oriented and explains a lot of concepts very well. It also has side notes that explain differences between coding certain examples for PHP 4 and for PHP 5.

As good as the book is, it would be more useful if you had some object oriented programming knowledge, but its not essential. It would also be good if you have a good grasp of PHP programming, this isnt a beginner's book. If you've ever marvelled at the coding behind phpbb, you'll understand that much much better after reading the first couple of chapters.

Definitely a good read for serious programmers and its concepts apply to a wide range of OOP languages (Java, C, C++...). I was telling my friend that the first 6 chapters covered my first 2 years of university!
  • alex_m
  • Born
  • Born
  • No Avatar
  • Joined: Nov 26, 2005
  • Posts: 4
  • Loc: Romania
  • Status: Offline

Post November 26th, 2005, 6:33 pm

Is great there are so many sites out there about php, with tutorials, explanations and even simple scripts that can be used at a start point for needed pieces inside a website.

I would also recommend MySQL ( http://www.mysql.com ) , as php and MySQL make a killer combination ( someone placed links to Apache and I think that MySQL is as relevant as Apache to php ).
  • edawg
  • Graduate
  • Graduate
  • User avatar
  • Joined: Jul 30, 2005
  • Posts: 105
  • Status: Offline

Post November 29th, 2005, 4:28 pm

SAMS--"Teach Yourself PHP in 10 minutes", covers PHP 5.0, 235pages, of around 25, 10 minute lessons, I also have "Teach Yourself Css in 10 minutes too!!, these are great books if you lack an attention span, it only takes 10 mins per chapter, and all the information is very well written, and to the point!!!, great books if you hate the 2000 page monsters like i do!!!;). and there all under $15 too!!.
  • X123
  • Born
  • Born
  • No Avatar
  • Joined: Feb 23, 2007
  • Posts: 2
  • Status: Offline

Post February 23rd, 2007, 9:39 am

Some good hungarian pages:
http://www.phpstudio.hu
http://www.tutrorial.hu
  • Bozebo
  • Expert
  • Expert
  • User avatar
  • Joined: Feb 15, 2006
  • Posts: 709
  • Loc: 404
  • Status: Offline

Post April 17th, 2007, 4:21 am

For a PHP editor, notepad2 is very good.
http://www.flos-freeware.ch/notepad2.html

Also... I just launched the best version of my site but its not good enough for that list yet, needa maby, another 200 quality PHP tutorials and maby the resources section completed before it's worth me wondering if you will add it.
  • gruber
  • Novice
  • Novice
  • No Avatar
  • Joined: Aug 27, 2007
  • Posts: 27
  • Loc: Croatia
  • Status: Offline

Post October 2nd, 2007, 1:41 pm

In my searches over the Internet I come to conclusion there is limited number of sites with info/instructions for PHP in Croatian language - so I created one with some basics http://phptutorial.odlican.net
  • sixthsense
  • Newbie
  • Newbie
  • No Avatar
  • Joined: Sep 14, 2010
  • Posts: 10
  • Loc: Belgium
  • Status: Offline

Post September 14th, 2010, 2:28 pm

I learned the basics on school later on I used W3school and php dot net. When I wanted to make something I studied first some (so not one) tutorials to look at their approach. My first scripts I shared on forums so I could receive some quality feedback.
  • righteous_trespasser
  • Scuffle
  • Genius
  • User avatar
  • Joined: Mar 12, 2007
  • Posts: 6228
  • Loc: South-Africa
  • Status: Offline

Post September 15th, 2010, 1:16 am

The best application I have come accross so far is PHP Designer ... It's seriously cool ...
Let's leave all our *plum* where it is and go live in the jungle ...
  • SpooF
  • ٩๏̯͡๏۶
  • Bronze Member
  • User avatar
  • Joined: May 22, 2004
  • Posts: 3415
  • Loc: Richland, WA
  • Status: Offline

Post September 15th, 2010, 7:02 am

I love that editor. I first started using it when it was completely free lol

However, I always ran into problems which made me stop using it :( I would get crazy little errors (while typing such as putting double dollar signs in front of varibles randomly and other strange things) when typing after using it for an extended period of time.
#define NULL (::rand() % 2)
  • righteous_trespasser
  • Scuffle
  • Genius
  • User avatar
  • Joined: Mar 12, 2007
  • Posts: 6228
  • Loc: South-Africa
  • Status: Offline

Post September 15th, 2010, 7:14 am

SpooF wrote:
I love that editor. I first started using it when it was completely free lol

However, I always ran into problems which made me stop using it :( I would get crazy little errors (while typing such as putting double dollar signs in front of varibles randomly and other strange things) when typing after using it for an extended period of time.

This has never happened to me ... I now use version 6.1 ... I know 7 has been released, will probably switch over when I have time to set up all my settings etc again ... I think maybe the newer versions have all these issues fixed ...
Let's leave all our *plum* where it is and go live in the jungle ...
  • clod
  • Born
  • Born
  • No Avatar
  • Joined: Oct 05, 2010
  • Posts: 1
  • Status: Offline

Post October 5th, 2010, 7:55 am

I suggest to add free PHP/HTML/CSS Editor - Codelobster PHP Edition.
  • Satwant
  • Graduate
  • Graduate
  • User avatar
  • Joined: Dec 27, 2010
  • Posts: 126
  • Loc: Bangalore
  • Status: Offline

Post January 20th, 2011, 2:48 am

please Edit links to
Quote:
Template Tamer Php Editor
in Post #1 and #2
Links to it dead.

clod wrote:
I suggest to add free PHP/HTML/CSS Editor - Codelobster PHP Edition.

I agree, I start my Php Coding on Code Lobster
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post January 20th, 2011, 2:48 am

Post Information

  • Total Posts in this topic: 30 posts
  • Users browsing this forum: No registered users and 123 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
cron
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.