Of the many editors available for creating (X)HTML, CSS, JavaScript, and PHP pages, several combine a few different yet compatible languages. Some
PHP Tutorials
Whether just getting started or an expert, this vast collection of PHP tutorials will help you create dynamic content for powerful web-based applications in no time.
Professional PHP4 Multimedia Programming seeks to be a reference guide for the multimedia aspects of PHP. Giving installation instructions, detailed
Are you ready for the next step in web development? Join in as Marc Plotz takes you on a tour of HTML
PHP continues to evolve with version 5.3 and the addition of namespaces. Explore this exciting new feature with our guide, Marc
In the last few years, XML has received great media attention, and most languages support the parsing and extraction of data from XML documents.
By Loris Tissino on April 20, 2001 The Problem Sometimes you may need to generate a static version of your dynamically-generated web pages. For instance, you might have to produce a web-cd, or you might want to offer on your website a compressed version of some content to be downloaded…
By Loris Tissino on April 20, 2001 The Idea The idea is simple. You develop your website at home, using all PHP features you like, such as inclusion of text files, extensive use of pre-defined and user-declared functions, classes, templates, and so on. Once you are satisfied with your work,…
By Loris Tissino on April 20, 2001 Something About Links And Relative Paths While you develop your website, you will normally use the extension .php3 or .php4 for your files. If you write the code for a link straight in your HTML code, then you would have broken links when…
This arcticle introduces Object Oriented Programming (OOP) in PHP. I will show you how to code less and better by using some OOP concepts and PHP
This arcticle introduces Object Oriented Programming (OOP) in PHP. I will show you how to code less and better by using some OOP concepts and PHP