Jump to content

question about the future of php


silverglade

will PHP survive  

7 members have voted

  1. 1. will PHP survive

    • Yes, its the best!
      4
    • Yes, it'll make it.
      3
    • Maybe
      0
    • No, not likely
      0
    • No, I just do it cuz it's easy
      0


Recommended Posts

WOW this has turned into a GREAT thread about php. i bookmarked it for future reference .LOL. thank you everyone for posting such great information about the industry. i had trouble finding it on the net. so thank you. you inspire me to learn php because right now im earning 9 dollars per hour. to start though, does anyone know a great resource in addition to  W3schools.com to learn php ? the first time i tried to learn i had trouble finding the resources, and when i needed help, they told me to program a contact form and a message board, and someone posted porn spam on my message board because  there was no login process. anyway, if you have any thoughts on where to start learning php as a newbie id be very greatful. thanks again for making this an awesome thread. derek ;D ;D

Link to comment
Share on other sites

this website is a great recourse once you start getting error messages. lol

w3schools is a good place to start, guess you already knew that. I learned by finding tutorials per object I needed with the project I was working on. Another thing that I think was good was that I never copied and pasted the code I found, I always studied it to figure out how it worked, looked up the functions I didn't recognize, and then wrote it myself (often very close to the way I found it, but still I typed it rather than copying it)

Link to comment
Share on other sites

thanks very much Brian , i think that will  get me started on the same path you were on, that sounds like an efficient way to learn, very smart. this is an awesome website. i hope to be on here as i go, the ppl are great so far. thanks again everyone for answering all of my questions, i think this site has been the most helpful one i have ever found. LOL> thanks. derek ;D ;D

Link to comment
Share on other sites

W3 is for someone who knows absolutely nothing about PHP.  You should just try and create your own website.  Look at what other people have or tutorials and try to develop and integrate it into yours.  You can also learn a lot by just participating on phpfreaks.

Link to comment
Share on other sites

I've said it before, and I'll say it again: I'm not a big fan of w3schools for the new learner.  Why?  Because it merely teaches syntax in a vacuum.  There's nothing about thinking how to structure code properly, nothing about best practices, or any of that.  Syntax is only part of the equation.

 

I mean, how many horribly designed code snippets have we all seen on here?  How many failures are a result of shoddy logic rather than syntax? 

 

If you're going to learn PHP as a career move, you should invest in it early.  Getting a good introductory book is a good way to go.  You'll find that the financial cost is mitigated by the lack of frustration and wasted time you'd face by going the w3schools/tutorials route.  I recommend Larry Ullman's Visual Quickstart Guide (http://www.amazon.com/World-Third-Visual-QuickStart-Guide/dp/0321442490/ref=sr_1_1?ie=UTF8&s=books&qid=1234217850&sr=1-1).  He writes in a clear, easy to understand style.  And, even better, his code works.

 

I also can't say enough about this forum.  It's the best free PHP resource available.  Even if you're not directly involved with certain threads, trying to create your own solution to the problems posted here is a great way to practice.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.