Page 1 of 2
Useful PHP Resources
Posted: Sun Feb 19, 2006 7:35 am
by Chris Corbyn
This thread is for posting resources you've found useful, or believe others may find useful with regards to PHP.

Please do not use this thread for discussions, simply post a link along with a brief description of what it's for

Posted: Sun Feb 19, 2006 7:37 am
by Chris Corbyn
PHP Cheat Sheet, downloadable as PNG or PDF. Thanks to
Everah for finding this.
http://www.addedbytes.com/php/php-cheat-sheet/
Learn PHP from the ground-up!
Posted: Thu May 11, 2006 4:51 pm
by rwenumb
I have seen a lot of people asking for sites that teach php from the ground up so here are a couple of places you can go to learn php from scratch.
Learn PHP Free.com
PHP.net - Start
melonfire.com
Code Walkers
Free 2 code
Hope these help you! If you have any more links please post them!

Posted: Thu May 11, 2006 9:20 pm
by hawleyjr
Posted: Fri May 12, 2006 2:32 am
by AKA Panama Jack
Points to links in Signature...
Posted: Wed Jun 14, 2006 1:44 am
by RobertGonzalez
I found another cool one. This one is an AJAX autosuggest for PHP functions. I found it on the guys website while looking at his dictionay AJAX autocomplete interface. Hope you all like it.
The PHP Manual on Autocomplete
Cool AJAX Autocomplete dictionary (with an included how-to)
Posted: Thu Jun 22, 2006 4:07 am
by Weirdan
Posted: Tue Jun 27, 2006 1:55 pm
by RobertGonzalez
I hope this doesn't make me seem too stupid, but I just found this while goofing around in the PHP manual...
An alphabetical list of all PHP functions
This just seems unusually handy. As always, if this post is not appropriate, MODS, do what you will with it.
EDIT | I think the link above is dead. Please use this link instead:
http://www.php.net/manual/en/indexes.php
Posted: Sun Jul 02, 2006 10:24 am
by RobertGonzalez
I just found out that MySQL has a section of their site dedicated to
MySQL development with PHP.
Posted: Sun Jul 02, 2006 6:17 pm
by Ollie Saunders
Everah wrote:I hope this doesn't make me seem too stupid, but I just found this while goofing around in the PHP manual...
An alphabetical list of all PHP functions
This just seems unusually handy. As always, if this post is not appropriate, MODS, do what you will with it.
No Everah, you're good. That index is surprisingly difficult to find. Good post.
Posted: Mon Jul 03, 2006 12:31 am
by RobertGonzalez
Thanks.

Posted: Mon Jul 03, 2006 8:40 pm
by kiq
Thanks, Everah! Didn't realise there were so many functions, very handy list!
What about CHEAT SHEETS
Posted: Sun Jul 23, 2006 9:01 am
by ronverdonk
Maybe you alle know this, but for all beginners and not-so-beginners: there is a website that has excellent so-called "cheat sheets". These are short, 1 page overviews of the most important parts of a product.
They are FREE, downloadable and availble in PNG and PDF formats. There are cheat sheets for e.g.
- PHP
MySql
CSS
HTML tags
RGB colors
Ruby on Rails
mod_rewrite
and some more
You can get them at
http://www.ilovejackdaniels.com/cheat-sheets/
Ronald

Re: What about CHEAT SHEETS
Posted: Sun Jul 23, 2006 9:03 am
by feyd
ronverdonk wrote:Maybe you alle know this, but for all beginners and not-so-beginners: there is a website that has excellent so-called "cheat sheets". These are short, 1 page overviews of the most important parts of a product.
They are FREE, downloadable and availble in PNG and PDF formats. There are cheat sheets for e.g.
- PHP
MySql
CSS
HTML tags
RGB colors
Ruby on Rails
mod_rewrite
and some more
You can get them at
http://www.ilovejackdaniels.com/cheat-sheets/
Ronald

They do not apply to PHP directly, as this is a thread specifically for the PHP board on our server.
Re: What about CHEAT SHEETS
Posted: Sun Jul 23, 2006 11:17 am
by RobertGonzalez
ronverdonk wrote:Maybe you alle know this, but for all beginners and not-so-beginners: there is a website that has excellent so-called "cheat sheets". These are short, 1 page overviews of the most important parts of a product.
They are FREE, downloadable and availble in PNG and PDF formats. There are cheat sheets for e.g.
- PHP
MySql
CSS
HTML tags
RGB colors
Ruby on Rails
mod_rewrite
and some more
You can get them at
http://www.ilovejackdaniels.com/cheat-sheets/
Ronald

If you look in the Useful resources of many of the forums, the ILoveJackDaniels cheat sheets are already listed. The PHP one is referenced in the second post of this very thread. I believe the mod_rewrite one is listed in the Apache, IIS and Servers forum as well. Just an FYI.