Introduction to PHP
Posted on 10. Dec, 2007 by tutorials007 in Archive
Are you ready to become a PHP web developer? Are you ready to spend few hours and to get in touch with PHP?
If you are then read the rest of this tutorial and you will not regret.
What is PHP?
PHP is an open source server side scripting language.
PHP is an scripting language that is used to create dynamic HTML page before uit is sent to a client.
We’re talking about working with templates.
Generating content with PHP client can’t see the code we used to create something, client
sees only HTML code -> result of our script.
PHP is one of the most used scripting technologies that are in use today.
In PHP is a lot of same functions as in some others scripting languages like C or PERL.
This means that you can make one process with differnt functions.
Ex.1
<?
Echo ‘tutorials007.com – introduction to php’;
?>
and
<?
printr(‘tutorials007.com – introduction to php’);
?>
These two functions will give the same result:
tutorials007.com – introduction to phpt
One more important thing is that PHP is rich with functions that allow us to manipulate with different content types like
some graphics, loading .NET modules, work with XML…etc.
PHP vs. ASP
First difference between those two scripting technologies is that ASP isn’t a scripting language all by himself. It’s a group of connected objects
which we can get with VB or JavaScript.
PHP vs. PERL
Main difference between those two languages is that PHP is mainly used for web programming while PERL has wider use…


andol
28. Dec, 2007
nice work~
i like php because it is so powerful,
but i do not have time to do deep research in php,
so this kind introduction just fit my taste,
thanx~
tutorials007
28. Dec, 2007
Thank you, you know you can ask for a tutorial if you’re interesting in some specific part, also, come back later I will be adding more php tutorials for beginners…
hamoda
05. Feb, 2008
I need a tutorial please, When you finished designing a template by photoshop, how to make a website with this template using PHP?
Please I need a complete tutorial, this is very important.
Your help is very appreciate