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.

Results via Envato Market

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…