Design an Online Chat Room with PHP and MySQL PHP / Chats
In this article, you will learn how to design and develop a simple online chat room with PHP and MySQL. This tutorial explains every steps of the development, including both database design and PHP programming. Basic computer skills and knowledge of HTML and PHP are required.
PHP and Web Design PHP / Getting Started
Purpose of this tutorials is to teach you how to design a website that is easily modified or updated. If you have a website with ten pages, updating should not be a problem. But how about if you have more pages..? Here comes the help of PHP.
Create a PHP Search Engine PHP / Searching
This hands on PHP Programming article provides the knowledge necessary to design and develop a search engine for your website using PHP version 4.0 and above. Making a search engine for your website with PHP is really easy and provides substantial functionality required by most of the small to medium websites. This article introduces every steps of the development, including both design and PHP programming.
PHP Server to Client with No Refresh PHP / Templates
Although most of our companies work is template based design, the end result is always unique and adapts to each client's individual needs.
PHP Email Form Easy PHP / Emailing
Now you can send emails from your web sites with full control over design style and functionality. PHP is the way to go for online email form.
Creating a Shoutbox PHP / Chats
This tutorial - "Creating a Shoutbox" will keep your interest as well as teach you a great bit of design with all the code you will need right on the page. The author makes it a snap with lots of photos and illustrations.
Sessions & Cookies PHP / Sessions and Cookies
Sessions and cookies. What are they? Smoking marijuana and eating biscuits? Hell no - in the web development world they are very important functions of interactive design! The difference between sessions and cookies, though, basically revolves around where the variables are stored.
Expanding & Collapsing Menus PHP / Navigation
Right, so you are making a new website, and you wanna spiff up your design with collapsing and expanding menus? I've created an easy to use way to put in as many menus as you like, and it uses sessions to store which menus to show and which to hide.
PHP Babysteps Tutorial PHP / Getting Started
PHP is a server-side scripting language for creating dynamic Web pages. It has a very elegant design, that is both easy to use and powerful. PHP stands for PHP: Hypertext Preprocessor. It is a server side, HTML embedded language like ASP, SSI etc.
Providing Web Services using WDDX PHP / XML Web Services
As we've seen in lot of articles and publications, the web of services, is one of the emerging evolutions of the actual document-based web. To make the web a valid media for providing services it would be needed to increase the inter-operability between existing web applications and design new ones with this in mind.
PHP and UML Class Diagrams PHP / Miscellaneous
UML (Unified Modeling Language) is a mechanism for representing software in the form of diagrams. Essentially it allows to design our applications by drawing, and if the right tools existed, even generate code from the diagrams. In this article we'll look at how PHP code is represented in UML terms, via use of the the UML class diagram.