Today's Posts Follow Us On Twitter! TFL Members on Twitter  
Forum search: Advanced Search  
Navigation
Marketplace
  Members Login:
Lost password?
  Forum Statistics:
Forum Members: 24,254
Total Threads: 80,792
Total Posts: 566,471
There are 983 users currently browsing (tf).
 
  Our Partners:
 
  TalkFreelance     Design and Development     Programming     PHP and MySQL :

PHP Resources

Thread title: PHP Resources
Closed Thread    
    Thread tools Search this thread Display Modes  
08-25-2007, 07:41 PM
#1
Haris is offline Haris
Status: Request a custom title
Join date: Dec 2005
Location:
Expertise:
Software:
 
Posts: 2,741
iTrader: 9 / 100%
 

Haris is on a distinguished road

  Old  PHP Resources

PHP Manuals:

PHP.NET
You can browse through the manual by simply typing the keyword after the URL.

For example:
www.php.net/operators
www.php.net/oop
www.php.net/arrays


PHP Servers:

WAMP:
http://www.wampserver.com/en/

XAMPP:
http://www.apachefriends.org/en/xampp.html
Multi-OS

PHP for starters:

www.tizag.com
Recommened - I learned basic PHP from Tizag

http://hudzilla.org/phpwiki/index.php?title=Main_Page
Absolutely amazing resource for any beginner.

http://devzone.zend.com/node/view/id/627
By Zend

http://www.phpvideotutorials.com/
Video tutorials with a pinch of fun

http://www.sitepoint.com/books/phpmysql1/
Although, I don't recommend books. I think if you're new, you can try out sitepoint book on PHP.

http://www.ilovejackdaniels.com/chea...p-cheat-sheet/
PHP Cheat Sheet by Jack Daniels

I want to learn OOP:

To learn OOP, you need to broaden your horizons. Don't limit OOP just to PHP. Go over other FULLY supported OOP languages such as Ruby and mess with it. Create some fun programs only based on OOP structure and then move on to PHP. If you find that hassle then follow below:


Object-Oriented Programming by Practical PHP Programming
http://hudzilla.org/phpwiki/index.ph...ed_programming

Object-Oriented Programming explained by TFL PHP Expert Village Idiot
http://www.talkfreelance.com/showthread.php?p=381652

Object-Oriented by PHP.NET
http://www.php.net/manual/en/language.oop5.php

PHP Frameworks:

http://framework.zend.com/
PHP5

http://www.cakephp.org/
PHP4 - PHP5

http://www.symfony-project.com/
PHP5

http://seagull.phpkitchen.com/
PHP4 - PHP5

http://www.phpwact.org/
PHP4 - PHP5

http://www.xisc.com/
PHP5

http://www.codeigniter.com/
PHP4 - PHP5

Regular expressions

Regular Expressions helps to find, replace and validate the string data. An example would be validating the forms.

http://www.sitepoint.com/article/reg...xpressions-php
Read the introductory tutorial on Regex by Sitepoint.

http://weblogtoolscollection.com/regex/regex.php
All about Regex

http://php.net/regex
PHP regular expression functions documentation

http://www.regular-expressions.info/php.html
Regular-Expressions with PHP. Link shared by Salathe

Articles from TFL

PHP and OOP by Village Idiot
http://www.talkfreelance.com/thread43077.html

Make secure programs with PHP by Village Idiot
http://www.talkfreelance.com/showthread.php?t=37178

Tips to Improve Your Coding and Projects by Village Idiot
http://www.talkfreelance.com/showthread.php?t=28277

Free Scripts within TFL

Free scripts and snippets provided by TFL PHP'ers

http://www.talkfreelance.com/showthread.php?p=383221
Contact Form Script by Haris

http://www.talkfreelance.com/showthread.php?t=43097
Free Secure PHP login system released by Sam Granger

http://www.talkfreelance.com/thread37653.html
Free invite script by Village Idiot

http://www.talkfreelance.com/showthr...light=sql_safe
Protect your forms from potential SQL attacks by Village Idiot

08-26-2007, 07:49 PM
#2
Sessionmedia is offline Sessionmedia
Status: Junior Member
Join date: Jun 2007
Location: New York
Expertise:
Software:
 
Posts: 49
iTrader: 0 / 0%
 

Sessionmedia is on a distinguished road

Send a message via AIM to Sessionmedia

  Old

Just wanted to say thanks for the list their are a few sites on their I did not know about and and look very interesting thanks :-)

08-26-2007, 08:07 PM
#3
Haris is offline Haris
Status: Request a custom title
Join date: Dec 2005
Location:
Expertise:
Software:
 
Posts: 2,741
iTrader: 9 / 100%
 

Haris is on a distinguished road

  Old

Originally Posted by Sessionmedia View Post
Just wanted to say thanks for the list their are a few sites on their I did not know about and and look very interesting thanks :-)
Thanks, I'll be adding/bumping more stuff to this thread once in a while.

08-26-2007, 08:20 PM
#4
-NEO- is offline -NEO-
-NEO-'s Avatar
Status: Member
Join date: Oct 2005
Location: The Netherlands
Expertise:
Software:
 
Posts: 174
iTrader: 2 / 100%
 

-NEO- is on a distinguished road

Send a message via MSN to -NEO-

  Old

thanks haris! verry useful!

08-26-2007, 08:43 PM
#5
Haris is offline Haris
Status: Request a custom title
Join date: Dec 2005
Location:
Expertise:
Software:
 
Posts: 2,741
iTrader: 9 / 100%
 

Haris is on a distinguished road

  Old

No problem, Neo.

08-30-2007, 12:28 AM
#6
Salathe is offline Salathe
Salathe's Avatar
Status: Community Archaeologist
Join date: Jul 2004
Location: Scotland
Expertise: Software Development
Software: vim, PHP
 
Posts: 3,820
iTrader: 25 / 100%
 

Salathe will become famous soon enough

Send a message via MSN to Salathe

  Old

Another Reg. Exp. link: http://www.regular-expressions.info/php.html
(mods delete this post if/when Haris includes it in the post above, please)

08-30-2007, 05:09 AM
#7
Haris is offline Haris
Status: Request a custom title
Join date: Dec 2005
Location:
Expertise:
Software:
 
Posts: 2,741
iTrader: 9 / 100%
 

Haris is on a distinguished road

  Old

Thanks.

09-02-2007, 05:35 PM
#8
JamesH is offline JamesH
JamesH's Avatar
Status: Request a custom title
Join date: Apr 2006
Location: US
Expertise:
Software:
 
Posts: 2,802
iTrader: 7 / 100%
 

JamesH is on a distinguished road

  Old

Excellent thread Haris. I've always wanted to learn PHP. Maybe this will get me started? I have one very basic question though, where would you go to first start learning PHP?

09-02-2007, 05:38 PM
#9
epixal is offline epixal
Status: Junior Member
Join date: Jul 2007
Location:
Expertise:
Software:
 
Posts: 43
iTrader: 0 / 0%
 

epixal is on a distinguished road

  Old

09-03-2007, 02:31 AM
#10
Haris is offline Haris
Status: Request a custom title
Join date: Dec 2005
Location:
Expertise:
Software:
 
Posts: 2,741
iTrader: 9 / 100%
 

Haris is on a distinguished road

  Old

Originally Posted by JamesH View Post
Excellent thread Haris. I've always wanted to learn PHP. Maybe this will get me started? I have one very basic question though, where would you go to first start learning PHP?
http://www.tizag.com/phpT/

And thanks.

Closed Thread    


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

  Posting Rules  
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump:
 
  Contains New Posts Forum Contains New Posts   Contains No New Posts Forum Contains No New Posts   A Closed Forum Forum is Closed