Introduction
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.
Introduction
Introduction
By Mattias Nilsson on July 30, 2000 What to do if your domain host does not allow you to read the server log for your domain, stopping you from analyzing your website traffic the way you’d like to? Well, create your own logfile of course ! I recently set up…
By Mattias Nilsson on July 30, 2000 The next problem I ran into was that I would get inacurate (or no) filesize specifications in the log because it’s not possible to find out how much content that gets generated from your PHP script. I ended up recording the original size…
By Mattias Nilsson on July 30, 2000 One of the new great features with PHP4 is the session management feature. It allows you to store variables in a session ‘object’ during a user visit. I used this feature recently while re-making my swedish community website (http://coolt.nu/) and thought I’d share…
By Mattias Nilsson on July 30, 2000 So, What Does This Do For Me? Legitimate question. There are too many ways to use session management and session variables to include them all here, but I’ll give you an example. Say you’re building a community site, like I’ve been doing, you…
By Mattias Nilsson on July 30, 2000 After my last article about Session Management in PHP4, I got several emails from people that had problems implementing what I tried to describe. All theese emails had the same question: Can you give me example code ? Yes, sure I can. I…
By Mark Williams on December 4, 2000 WAP Problems I continually read about the problems people have navigating WAP enabled sites. I have experienced similar problems myself. However, when I investigate further, I usually discover that the site has not been built for WAP. Instead, it is using a software…
The Java extension is an extremely exciting tool. By learning how to use this module, you can extend PHP by the