Connecting Tech Pros Worldwide Help | Site Map

PHP Learning Resources

  #1  
Old June 14th, 2009, 04:33 PM
Newbie
 
Join Date: Feb 2009
Posts: 8
I want to learn PHP but i don't have any sources if any one can told me about sources for that or sites that talking about PHP
  #2  
Old June 14th, 2009, 06:27 PM
Markus's Avatar
Moderator
 
Join Date: Jun 2007
Location: York, England, with wolves.
Posts: 4,862
Provided Answers: 9

re: PHP Learning Resources


Well, you're at a great site that can help you with your learning of PHP. But, of course, you need some resources to get you started. I, and I assume most, started with w3schools; check out the links of the left - they'll give you a lot of resources for different things.
  #3  
Old June 14th, 2009, 10:12 PM
Dormilich's Avatar
Moderator
 
Join Date: Aug 2008
Location: Leipzig, Germany
Posts: 3,498
Provided Answers: 10

re: PHP Learning Resources


not to forget the ultimate resource—the PHP manual. there are all the functions explained and further insight you can get by reading the comments. (though it is not a tutorial))
  #4  
Old June 15th, 2009, 01:18 AM
Newbie
 
Join Date: Feb 2009
Posts: 8

re: PHP Learning Resources


thanks for replay
I visited w3School and i read some of it's tutorials but i have a problem to understand what is required to download to begin working with PHP and mySQL
I saw some sites but it made me more confused
so if any one can told me simply what is required to beging with PHP and MySQL server
note i am working on ubuntu
  #5  
Old June 15th, 2009, 06:28 AM
Dormilich's Avatar
Moderator
 
Join Date: Aug 2008
Location: Leipzig, Germany
Posts: 3,498
Provided Answers: 10

re: PHP Learning Resources


Quote:
Originally Posted by ahmed mahmoud View Post
i am working on ubuntu
then it's relatively easy to set up PHP/MySQL/Apache. go to Synaptic and install the Apache, PHP and MySQL packages. additionally visit the documentation.
  #6  
Old June 15th, 2009, 12:08 PM
Markus's Avatar
Moderator
 
Join Date: Jun 2007
Location: York, England, with wolves.
Posts: 4,862
Provided Answers: 9

re: PHP Learning Resources


Make sure you have your software sources pointing somewhere good.

Expand|Select|Wrap|Line Numbers
  1. sudo apt-get install apache2
  2. sudo apt-get install libapache2-mod-php5 php5 php5-cli php5-cgi php5-mysql mysql-server
  3.  
Any dependencies should be automatically installed.
Reply


Similar Threads
Thread Thread Starter Forum Replies Last Post
Python or PHP? Lad answers 68 July 19th, 2005 02:09 AM
Python AI resources Yaroslav Bulatov answers 0 July 18th, 2005 03:12 PM
Learning PHP - resources and ideas AnOvercomer02@webtv.net (Cody Houston) answers 1 July 17th, 2005 12:22 PM
PHP Learning suggestions... Jason answers 8 July 17th, 2005 06:39 AM