Logo 43tm.com
   
 
 
 
 
Introduction to PHP
Written by Administrator   
Thursday, 07 August 2008

A PHP file may contain text, HTML tags and scripts. Scripts in a PHP file are executed on the server.

What You Should Already Know
Before you continue you should have a basic understanding of the following:

    * HTML / XHTML
    * Some scripting knowledge

 

Last Updated ( Thursday, 07 August 2008 )
Read more...
 
PHP Scripting
Written by Administrator   
Wednesday, 16 April 2008

What is PHP ?
PHP is a server-side scripting language for creating dynamic Web pages. You create pages with PHP and HTML. When a visitor opens the page, the server processes the PHP commands and then sends the results to the visitor's browser, just as with ASP or ColdFusion. Unlike ASP or ColdFusion, however, PHP is Open Source and cross-platform. PHP runs on Windows NT and many Unix versions, and it can be built as an Apache module and as a binary that can run as a CGI. When built as an Apache module, as on our servers, PHP is especially lightweight and speedy. Without any process creation overhead, it can return results quickly, but it doesn't require the tuning of mod_perl to keep your server's memory image small.

 

Last Updated ( Thursday, 07 August 2008 )
Read more...
 
News Flash

Web design is a process of conceptualization, planning, modeling, and execution of electronic media delivery via Internet in the form of Markup language suitable for interpretation by Web browser and display as Graphical user interface (GUI).

    The intent of web design is to create a web site -- a collection of electronic files that reside on a web server/servers and present content and interactive features/interfaces to the end user in form of Web pages once requested. Such elements as text, bit-mapped images (GIFs, JPEGs, PNGs), forms can be placed on the page using HTML/XHTML/XML tags. Displaying more complex media (vector graphics, animations, videos, sounds) requires plug-ins such as Flash, QuickTime, Java run-time environment, etc. Plug-ins are also embedded into web page by using HTML/XHTML tags.

 

Read more...
 
Latest Downloads
Fri 08th August 
Copyright © 2007-2008 43™ Design Team. All rights reserved by 43tm.com