php - what is it?
"PHP is an HTML-embedded scripting language. Much of its syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown in. The goal of the language is to allow web developers to write dynamically generated pages quickly."
This is generally a good definition of PHP. However, it does contain a lot of terms you may not be used to. Another way to think of PHP is a powerful, behind the scenes scripting language that your visitors won't see!
When someone visits your PHP webpage, your web server processes the PHP code. It then sees which parts it needs to show to visitors(content and pictures) and hides the other stuff(file operations, math calculations, etc.) then translates your PHP into HTML. After the translation into HTML, it sends the webpage to your visitor's web browser.
php - what's it do?
It is also helpful to think of PHP in terms of what it can do for you. PHP will allow you to:
- Reduce the time to create large websites.
- Create a customized user experience for visitors based on information that you have gathered from them.
- Open up thousands of possibilities for online tools. Check out PHP - HotScriptsfor examples of the great things that are possible with PHP.
- Allow creation of shopping carts for e-commerce websites.
what you should know
Before learning php, it is important that you have a basic understanding and experience in the following:
- HTML - Know the syntax and especially HTML Forms.
- Basic programming knowledge - This isn't required, but if you have any traditional programming experience it will make learning PHP a great deal easier.
Books, which we recommend for learning php :
SAMS Teach yourself PHP in 24 Hours
-----------------------------------------------
Learn PHP, MySql and JavaScript
-------------------------------------------------------
PHP6 and MySQL5 for Dynamic Websites
Larry Ullman
File Type : CHM
Size: 3.2 MB
----------------------------------------------------
Advance PHP5 - Visual QuickPro Guide
Larry Ullman
PHP6 and MySQL5 for Dynamic Websites
Larry Ullman
File Type : PDF
Size : 12.1 MB
---------------------------------------------------------------------
Sams Teach Yorself PHP, MySQL and Apache
in 24 Hours
Julie C. Meloni
File Type : CHM
Size: 3.2 MB
----------------------------------------------------
Advance PHP5 - Visual QuickPro Guide
Larry Ullman
File Type : PDF
Size : 10.7 MB
-----------------------------------------------------------------------------------
O'Reilly - Learning PHP5
---------------------------------------------------------------------------
Video Tutorials
What is PHP? (introduction)
Installing PHP
Basic Output and Variables
Install a WebServer with PHP and MySql
(Windows)
PHP Basics (Advanced)
Connecting to the Database
---------------------------------------------
View 200 Video Tutorials on PHP
Click Here
---------------------------------------------------
What is PHP? (introduction)
Installing PHP
Basic Output and Variables
Install a WebServer with PHP and MySql
(Windows)
PHP Basics (Advanced)
Connecting to the Database
---------------------------------------------
View 200 Video Tutorials on PHP
Click Here
---------------------------------------------------
This is really a good attempt. My suggestion is just keep updating information then n then user's interest will increase..
ReplyDelete