I am often asked, 'how to begin web programming with PHP?'. Following is a response that I had given few weeks ago. Hope this will be useful for anyone willing to start learning PHP.
Things you need to know to begin web programming with PHP:
Here are the links to tutorials that may help you to accelerate your learning process.
Things you need to know to begin web programming with PHP:
- Good knowledge of HTML
- Some knowledge of CSS
- Some knowledge of JavaScript
- Good knowledge of MySQL Database, SQL (as most php applications are database driven)
- Good knowledge of PHP
- Using and configuring Apache
Here are the links to tutorials that may help you to accelerate your learning process.
- HTML:
- Very good short tutorial: http://www.w3schools.com/html
/html_intro.asp - Good tutorial: http://www.w3.org/MarkUp/Guide/
- Advanced tutorial: http://www.w3.org/MarkUp/Guide
/Advanced.html - CSS:
- Very good short tutorial: http://www.w3schools.com/css
/css_intro.asp - A good tutorial: http://www.w3.org/Style
/Examples/011/firstcss - A detailed tutorial: http://www.html.net/tutorials
/css/ - JavaScript:
- Very good short tutorial on JavaScript: http://www.w3schools.com/js/js
_intro.asp - Detailed tutorial: http://www.webdeveloper.com
/javascript/javascript_js _tutorial.html - PHP:
- Very good short tutorial on PHP: http://www.w3schools.com/php
/php_intro.asp - Very good detailed tutorial on PHP: http://devzone.zend.com/node
/view/id/627 (go through all the parts)
- Wamp Server (http://www.wampserver.com/en/download.php) which includes Apache web server, PHP and MySQL.
- Editor: Notepad++ (http://notepad-plus-plus.org/download).
- HTML Editor: DreamWeaver, FrontPage.
- References (must have): php manual.chm, mysql manual.chm, javascript referenece books.
- Keep the references handy/near to you.
- Search in Google for more tutorials
- Look into well known PHP frameworks (search for: top php frameworks).
- Look into open source projects to learn how real life applications are done.
- Practice well :)
6 comments:
In any programming the first thing you do is "get the basic". if you know the basic properly then you can move forward with frameworks and standard practice. PHP programming is not about only CRUD operations so try to do more with the knowledge you have and trust me it will expand the horizon and the depth of your knowledge in PHP. Last but not least, keep yourself updated with latest things happening on web, php and other technologies.
PHP is a very popular open source web development tool for long. Still many despite being a good coder haven’t acquainted with it yet. I hope PHP Tutor will help the late starters to learn it fast…
The programming is easy,the basic is we have to understand the web program with PHP.One of the main operation we should have knowledge about it.
Trying to learn PHP.
Did a full configure per http://www.tutorialized.com/view/tutorial/Php-MySQL-IIS-Together/35339
I run the script hello script
All that comes up is the HTML
does not seem to see the php variable.
Any idea what I am doing wrong?
Thanks much
balittle@ptd.net
@Anonymous:
Sorry for this late reply. You already probably have the solution. Your php is not correctly configured with your HTTP server (IIS or apache or anything else). Configurations need to be revised.
GrayCyan is your best choice for web design and SEO services in the Mississauga & Toronto area. Call for a Free quote and start getting found online. web development agency mississauga
Post a Comment