PHP Learning Resources 
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
| 
June 14th, 2009, 06:27 PM
|  | 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.
| 
June 14th, 2009, 10:12 PM
|  | 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))
| 
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
| 
June 15th, 2009, 06:28 AM
|  | Moderator | | Join Date: Aug 2008 Location: Leipzig, Germany
Posts: 3,498
Provided Answers: 10 | | | re: PHP Learning Resources Quote:
Originally Posted by ahmed mahmoud 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.
| 
June 15th, 2009, 12:08 PM
|  | 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. -
sudo apt-get install apache2
-
sudo apt-get install libapache2-mod-php5 php5 php5-cli php5-cgi php5-mysql mysql-server
-
Any dependencies should be automatically installed.
|  | | | | /bytes/about
We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights.
Get the best answers to your questions from over 225,720 network members.
|