PHP is most
popular scripting language on web, that is used for enhancing web pages. Using
PHP one can do things as creating usernames and password login pages, check
details from a form , create forums , surveys and many more. PHP is also known
as server-side language. It does not
get executed on client computer, but on the computer it requested the page from
the results are then handed over to client. It is most simpler language that a beginner can learn. PHP is very popular
language , if some one plans to develop career in web design/ web scripting
industry than it is the best platform for them.
Before staring PHP scripting one needs – server. Now point
comes from where to get server. Simple you not need to buy it from some where. PHP is popular for
this , as it is a server-sided scripting language one either have to get some web space with a
hosting company that supports PHP or make computer pretend that it has a server
installed. This all has to be done as PHP can not be executed o PC itneeds
server for execution. There are software such as Wampserver that smoothens PHP running . This software allows you to test PHP scripts on your
computer. So now beginners can
easily learn PHP. PHP tutorials for beginners are
available at phptpoint. Read more
PHP is acronym for PHP: Hypertext Preprocessor. It is server
side scripting language that is embedded in HTML, that is used to manage
dynamic contents, session tracking, and database. Integrated with number of
popular databases as MySQL, PostgreSQL , Oracle , Sybase , Informix , Microsoft
SQL Server. Supports large number of major protocols as POP3, IMAP , and LDAP.
It’s Syntax is some what like C-Like. Using PHP it is possible to restrict some
web pages that we don’t want to show. It is possible to delete , modify some
elements of database.
Comments
Post a Comment