![]() | ![]() | ||||||||
| | #1 |
| HyperActive Warrior Join Date: Feb 2006 Location: , , Mexico.
Posts: 105
Thanks: 6
Thanked 4 Times in 4 Posts
|
Well I am looking for good website where I can learn PHP! I have a subject in my study and I also want to use PHP knowledge in my freelancing work so it's helps me to do good in study as well as making money from it! Please share some links where I can learn it step by step. Thanks in advance. |
| | |
| | |
| | #2 |
| ResponsiveDesignTest.Net Registered Member Join Date: Nov 2011 Location: Spain
Posts: 653
Thanks: 66
Thanked 166 Times in 149 Posts
| |
|
HTML/CSS/jQuery/ZURB Foundation 3/Twitter Bootstrap 2/Wordpress/Frontend Performance Optimizing --- Need HTML/CSS help? Skype: microcosmic - Test Your Responsive Design - InternetCookies.eu | |
| | |
| | #3 |
| Javascript Programmer Registered Member Join Date: Feb 2013 Location: London
Posts: 38
Thanks: 35
Thanked 2 Times in 2 Posts
|
You can go to w3schools, they have a good full on php section that will teach you the basics, however im against any newbie programmer learning php, because its not going to be the industry standard any longer,JAVASCRIPT IS KING right now, if you want me to advice you want start learning NODE.JS, which is very Hot right Now!! Hope That Helps |
| Last edited by nodesolomon; 02-20-2013 at 05:48 AM. Reason: spelling mistake | |
| | |
| | #4 |
| Warrior Member Join Date: Jul 2012 Location: worldwide
Posts: 28
Thanks: 10
Thanked 4 Times in 4 Posts
|
w3schools.com is a good place to start.
|
|
Shelly-Ann Roper is a Translator and multi-lingual Marketing/PR professional for SMEs. She specializes helping small businesses integrate their products and services into foreign markets. She is CEO/founder of Neue Medien PR/Marketing Inc and the Smart-Up Business Guide.Direct link to her blog here.
| |
| | |
| | #5 | |
| Advanced Warrior War Room Member Join Date: Jul 2006 Location: USA
Posts: 2,411
Thanks: 157
Thanked 1,030 Times in 462 Posts
| Quote:
For any task that can be accomplished with both languages, it's usually best to use PHP for it, because a small percentage of people will have Javascript disabled in their browser. So which language you should learn ultimately depends on what you want to accomplish, and what your goals are. That said, I think it's good to know both languages. To the OP, check out this list of tutorials. | |
| | ||
| | |
| | #6 | |
| Software Engineer War Room Member Join Date: Nov 2008 Location: Asheville, NC USA
Posts: 625
Thanks: 33
Thanked 88 Times in 80 Posts
| Quote:
However, as a professional client-side (JavaScript) programmer myself, I am highly skeptical of using JavaScript on the server. This is because JavaScript is just not a very robustly designed language, it is riddled with idiosyncrasies such as this: n = "1" + 1; alert(n); //alerts 2. I believe it is much better to use a more solid programming language when dealing with something as powerful as a server. Even PHP is a strict language compared to JavaScript. | |
| I build web things, server things. I help build the startup Veenome.
| ||
| | |
| | #7 | |
| Advanced Warrior War Room Member Join Date: Jul 2006 Location: USA
Posts: 2,411
Thanks: 157
Thanked 1,030 Times in 462 Posts
| Quote:
If he was comparing PHP to node.js... I'm not familiar enough with node.js to know how it compares to PHP. But that would make an interesting discussion. | |
| | ||
| | |
| | #8 |
| Active Warrior War Room Member Join Date: Feb 2013 Location: pune
Posts: 31
Thanks: 6
Thanked 5 Times in 5 Posts
|
1) learn basic on w3schools 2) purchase good ebook/printed books from sitepoint.com 3) lynda.com for video tutorials 4) vtc for video tutorials |
| | |
| | |
| | #9 |
| The Owner War Room Member Join Date: Nov 2012
Posts: 383
Thanks: 59
Thanked 59 Times in 47 Posts
| Learn to code | Codecademy is really good too IMO
|
|
Dont Forget To Give Thanks If I Helped You!
| |
| | |
| | #10 | |
| Javascript Programmer Registered Member Join Date: Feb 2013 Location: London
Posts: 38
Thanks: 35
Thanked 2 Times in 2 Posts
| Quote:
for example Code: var express = require("express");
var app = express();
app.get("/twitter_posts", function(req,res) {
res.render("<p> Hello World </p>");
}) BAAAM, you have yourself a webserver in a couple of lines that renders html pages, and user friendly urls "/twitter_people" instead of dealing with overly complicated dynamic urls that you would do in PHP. | |
| | ||
| | |
| | #11 | |
| Advanced Warrior War Room Member Join Date: Jul 2006 Location: USA
Posts: 2,411
Thanks: 157
Thanked 1,030 Times in 462 Posts
| Quote:
| |
| | ||
| | |
| | #12 | |
| Javascript Programmer Registered Member Join Date: Feb 2013 Location: London
Posts: 38
Thanks: 35
Thanked 2 Times in 2 Posts
| Quote:
, you can use all the jquery function in node.js by installing the jquery module:in the command line type(first you got to install nodejs) Code: npm install jquery Code: $ = require("jquery");
.... in the node.js enviorment Code: npm install cheerio | |
| | ||
| | |
| | #13 |
| Advanced Warrior War Room Member Join Date: Jul 2006 Location: USA
Posts: 2,411
Thanks: 157
Thanked 1,030 Times in 462 Posts
| |
| | |
| | |
| | #14 |
| HyperActive Warrior War Room Member Join Date: Sep 2011
Posts: 150
Thanks: 6
Thanked 14 Times in 13 Posts
|
I don't think you truly understand the difference between the two languages, websites can't function with java-script alone as they need server side functionality.
|
| | |
| | #15 |
| Active Warrior Join Date: May 2012
Posts: 84
Thanks: 0
Thanked 4 Times in 4 Posts
|
You Should Join School as basic things Comes from . So Suggestion for You is to with w3schools.com where one can learn basic to advance Concepts with their rich Tutorial help . Thanks |
| | |
| | #16 |
| Active Warrior Join Date: Jan 2012
Posts: 48
Thanks: 0
Thanked 0 Times in 0 Posts
|
you can learn PHP at w3school website.
|
| | |
| | #17 |
| HyperActive Warrior Join Date: Apr 2010
Posts: 247
Thanks: 5
Thanked 6 Times in 6 Posts
|
w3 schools will be a better option , If you are interested in joining an online php coaching,just sent me an email. We do have step by step , assignment oriented training sessions.
|
|
Thanks & Regards, Weaver,Reach us at nancy@weaver.co.in. Web Design| Logo Design | Banner Design | Web Development | Mobile Applications [iPhone/iPad/Android/Windows Phone] | |
| | |
| | #18 |
| Smarty Pants Join Date: Oct 2012
Posts: 24
Thanks: 1
Thanked 3 Times in 3 Posts
|
Here is a full fledged guide that will help you in getting started - The Best Way to Learn PHP | Nettuts+ |
| I develop unique strategies to Make Money Online, while staying within the realms of being a WhiteHatter. --------------------------------------- For the last 8 years, I have been successful & now is the time to give back to the community! | |
| | |
| | #19 |
| Active Warrior Join Date: Jul 2010
Posts: 66
Thanks: 11
Thanked 1 Time in 1 Post
|
lynda.com are definitely the best. $25 per month but definitely worth it. They also have some free you should check out |
| | |
| | |
| | #20 |
| Sophia Inkheart Join Date: Feb 2012 Location: USA
Posts: 106
Thanks: 0
Thanked 3 Times in 3 Posts
|
PHP is an open source and easy to learn online. You can start from w3schools.com. In addition, there is an official website of PHP, "www.php.net" So, use this site to learn PHP in a proper way.
|
| | |
| | #21 |
| Active Warrior War Room Member Join Date: Jun 2012 Location: Finland & Canada
Posts: 92
Thanks: 6
Thanked 24 Times in 21 Posts
|
If you really want to dive into coding check out this free Harvard course CS50 This course was a real game changer for me. But as a simple PHP course my favorite is the PHP fundamentals course at TutsPlus |
| | |
| | #22 |
| imzaa.com War Room Member Join Date: Mar 2013
Posts: 34
Thanks: 5
Thanked 5 Times in 5 Posts
|
php.net is the best source to learn php.
|
| | |
| | #23 |
| Warrior Member Join Date: Jun 2012
Posts: 13
Thanks: 0
Thanked 1 Time in 1 Post
|
You can learn from php.net or w3Cschools they both have great tutorials for helping you getting the understanding of the basic concepts step by step.
|
| | |
| | |
| | #24 |
| Cant monetize ****. Join Date: Apr 2012
Posts: 7
Thanks: 0
Thanked 1 Time in 1 Post
|
I would not recommend W3Schools under any circumstances; W3Fools As for how to learn PHP; it differs per person. Some people read books and some people just play with it. Others follow video tutorials. |
| | |
| | #25 | |
| Software Engineer War Room Member Join Date: Nov 2008 Location: Asheville, NC USA
Posts: 625
Thanks: 33
Thanked 88 Times in 80 Posts
| Quote:
| |
| I build web things, server things. I help build the startup Veenome.
| ||
| | |
| | #26 |
| Webmaster Join Date: Sep 2008 Location: Boston, MA
Posts: 376
Thanks: 3
Thanked 37 Times in 35 Posts
|
Fastest way is to try and do something, try making a simple guestbook, and learn the basics just doing it. There are lots of resources for that, for example php.net.
|
| | |
| | |
| | #27 |
| Active Warrior Join Date: Jan 2012
Posts: 48
Thanks: 0
Thanked 0 Times in 0 Posts
|
I have a same problem but i lean PHP with w3school and phpeasystep.there are more example given.
|
| | |
| | #28 |
| HyperActive Warrior Join Date: Mar 2009 Location: asia...but my heart is in australia :)
Posts: 245
Thanks: 5
Thanked 3 Times in 3 Posts
|
If you want to learn more about PHP, you can visit w3schools for online tutorials. |
| | |
| | |
| | #29 |
| Warrior Member Join Date: Mar 2012
Posts: 13
Thanks: 0
Thanked 1 Time in 1 Post
|
There are so many free tutorial, video and websites available where you can easily learn PHP. If you have any queries regarding PHP coding then so many forums are also available where you can easily share your problem and people will give you favorable reply. Initial basis you can learn from w3schools which is the best website you can learn easily.
|
| | |
| | |
| | #30 |
| Warrior Member War Room Member Join Date: Aug 2012 Location: UK
Posts: 28
Thanks: 11
Thanked 6 Times in 4 Posts
|
Personally I think actually trying to do something in PHP will teach you the most. Try getting something from a webpage and echo-ing a certain bit. Look up how to do each stage from opening up the page to displaying the section. After this try to do something a bit harder. Always push yourself so you have to research how to do something you NEED for what your doing. I think actually diving into it will give the most benefit. |
| | |
| | |
| | #31 |
| Sophia Inkheart Join Date: Feb 2012 Location: USA
Posts: 106
Thanks: 0
Thanked 3 Times in 3 Posts
|
There are lots of online e-books, tutorials and coding examples available, which provides you each and every information without any cost.
|
| | |
| | |
| | #32 | |
| Warrior Member Registered Member Join Date: Feb 2013 Location: UK
Posts: 19
Thanks: 5
Thanked 0 Times in 0 Posts
| Quote:
| |
| | |
| | #33 |
| Girlfriendhire, CEO War Room Member Join Date: Oct 2012 Location: North Carolina
Posts: 111
Thanks: 1
Thanked 22 Times in 14 Posts
|
Go to code.org
|
| | |
| | |
| | #34 |
| Warrior Member Join Date: Jun 2011
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
|
best sites for php learning are : PHP Tutorial - Introduction PHP Tutorial Download wampserver or xamp server to run php files , & use Sublime text to write your php code download sublime from here. Sublime Text: The text editor you'll fall in love with hope my few words will help you a lot... |
| | |
| | #35 |
| Junior Internet Marketer War Room Member Join Date: Jul 2011 Location: Australia
Posts: 105
Blog Entries: 7 Thanks: 7
Thanked 11 Times in 6 Posts
|
Hi, If you need specific help you could ask on Onlinesupport Q&A as a webmaster I could prob help you too. |
| | |
| | #36 |
| Warrior Member War Room Member Join Date: May 2013 Location: Bucharest, Romania
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
|
Lynda's tutorials are always helpful. You can start with: Introducing PHP with David Powers PHP with MySQL Essential Training with Kevin Skoglund |
| | |
![]() |
|
| Bookmarks |
| Tags |
| learn, php |
| Thread Tools | |
| |
![]() |