Hi Im new to php do you have any learning tips. Im finding it hard as a previous programmer in java perl, I want to become fluent in php for my career.
Do you recomend any books and do you find the online manual to be a bit complicated.
6 replies to this topic
#1
Posted 17 January 2011 - 02:33 PM
|
|
|
#2
Posted 18 January 2011 - 04:18 AM
I believe there is a nice book called "Practical PHP Programming" that is a valuable resource for using PHP for web application development.
I would recommend using tutorials on the web and learn all the syntax you can, we have many tutorials here in our tutorial section too (they are specific ones, to show you what PHP can look like in action: PHP Tutorials ). After getting your feet wet feel free to learn MySQL (most commonly used database engine for building websites) and read a book on creating a full website with database backend using MySQL.
Also we are here to help, ask any time if you have trouble :)
I would recommend using tutorials on the web and learn all the syntax you can, we have many tutorials here in our tutorial section too (they are specific ones, to show you what PHP can look like in action: PHP Tutorials ). After getting your feet wet feel free to learn MySQL (most commonly used database engine for building websites) and read a book on creating a full website with database backend using MySQL.
Also we are here to help, ask any time if you have trouble :)
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
#3
Posted 18 January 2011 - 08:31 AM
thanks
#4
Posted 18 January 2011 - 02:19 PM
I would say to go look for tutorials about php. That's how I learned it years ago :c-smile:
#5
Posted 18 January 2011 - 11:11 PM
You can get a good foundation in a site like w3schools, but i would take Alexander up on his tip.
Buy a book, and read it :)
Buy a book, and read it :)
#6
Posted 19 January 2011 - 06:44 PM
PERL isn't really similar to PHP, but it does provide a good foundation as far as REGEX and logical constructs (if/then, for, do/while) go. Java has a similar syntax with the exception that everything is not a class. Between the two you should be sitting fairly well. I have never used the online manual myself but I would recommend to keep php.net open in a browser so you can look up whichever functions you need; the documentation includes examples and user commentary on the relevant function. Instead of buying books I would recommend creating small projects to familiarize yourself with the relevant functions and syntax.
#7
Posted 20 January 2011 - 09:43 PM
I think that Zend PHP 5.3 Certification Study Guide is kinda useful. You can sure that it will give you a lot of tips. For ex. - how php works in pipeholes. Hope this was helpful.)
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account

Back to top









