If you want to seperate PHP-code from HTML-code, you need some kind of template system. vlibTemplate provides such a system. This is a detailed german guide for vlibTemplate. It contains 3 examples for simlple templates and 3 examples for loops/blocks.
Not so very long ago adding a graph or chart to a web page or application required a fair amount of programming knowledge and was rather time consuming for even the most experienced. However with the tools available today it is possible for almost anyone to add graphs and charts to web pages. With just a little bit of HTML, dynamically generated graphs and charts can be added to web pages and/or applications.
Platform(s): Linux, Windows, FreeBSD, Mac OSX, Sun Solaris
The full URL to a page comes in three parts: The domain name, the path to the file then the filename, and the query string. For example, take the URL http://www.example.com/ex ample/page.php?name=Bob:
1. The domain name: www.example.com; 2. The path to the page: /example/page.php; 3. The query string: name=Bob
So how do you find it all out in your own PHP scripts?
This guide will tell you how access each of these elements by using the $_SERVER superglobal array which is available at all times within your PHP scripts.
Platform(s): Linux, Windows, FreeBSD, Mac OSX, Sun Solaris
In this tutorial we'll learn how to install phpLD (pho Link Directory), the free version, from downloading the script to the last settings to make it work.
This is a brief tutorials on knowing about visitor's IP, after learning this tutorials i hope this tutorial will help you alot in your future Php scripts. Like guestbooks etc. like in guestbook if you want to index visitors ip's, you must follow this tutorial...