Connecting Tech Pros Worldwide Forums | Help | Site Map

PHP Learning Resources

Newbie
 
Join Date: Feb 2009
Posts: 8
#1: Jun 14 '09
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

Markus's Avatar
Moderator
 
Join Date: Jun 2007
Location: York, England, with wolves.
Posts: 4,947
#2: Jun 14 '09

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.
Dormilich's Avatar
Moderator
 
Join Date: Aug 2008
Location: Leipzig, Germany
Posts: 3,652
#3: Jun 14 '09

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))
Newbie
 
Join Date: Feb 2009
Posts: 8
#4: Jun 15 '09

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
Dormilich's Avatar
Moderator
 
Join Date: Aug 2008
Location: Leipzig, Germany
Posts: 3,652
#5: Jun 15 '09

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.
Markus's Avatar
Moderator
 
Join Date: Jun 2007
Location: York, England, with wolves.
Posts: 4,947
#6: Jun 15 '09

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 PHP bytes