 | PhpMini User Agent |
| This script will allow guests to see more details about an IP Address. |
| PHP Tutorials > Miscellaneous |
| |
 | PHPMini Text Filter |
| This tutorial will tech you how to create a "text filter" which checks for certain words in the text that a user submits, and replaces the "filtered text" with text that you would like it to be replaced by. |
| PHP Tutorials > Miscellaneous |
| |
 | Skinnable, portable desktop apps in PHP |
| Make php apps with highly advanced user interfaces that are both cross-platform and useful. The example is of a desktop clock and mysql monitor, but can be adapted to almost anything. |
| PHP Tutorials > Miscellaneous |
| |
 | PHP & Java |
| The author notes "The Java extension is an extremely exciting tool. By learning how to use this module, you can extend PHP by the power of all available Java classes. To show you the basics of the Java extension, this article will cover installation and a |
| PHP Tutorials > Miscellaneous |
| |
 | Generate HTML Files |
| Make all your webpages search engine friendly by converting them to *.htm files. (Requires mod_rewrite on your server.) Touches upon regular expressions. |
| PHP Tutorials > Miscellaneous |
| |
 | Using Includes |
| This tutorial will teach you how to use a new way to integrate php codes from a separate file. |
| PHP Tutorials > Miscellaneous |
| |
 | Prevent Hotlinking |
| This tutorial will show you how to get the IP of the person viewing your site. |
| PHP Tutorials > Miscellaneous |
| |
 | Creating multilingual page |
| Have you seen a page asking you to choose a language? This process can be done automatically so users can see the content on their local languages not doing additional clicks. This tutorial explains the technique of getting language data from the HTTP req |
| PHP Tutorials > Miscellaneous |
| |
 | Creating Clickable Smileys |
| This short tutorial will guide you through a hypothetical process of adding a movie rating system to a movie database site. Goes over the PHP code and MySQL queries. |
| PHP Tutorials > Miscellaneous |
| |
 | RSS with PHP and Magpie |
| How to parse any RSS feed using the Magpie PHP class. |
| PHP Tutorials > Miscellaneous |
| |
 | Perl Compatible Regular Expressions |
| PHP string functions give you the ability to manipulate text but sometimes some manipulations get very complicated. Regular expressions (regex) give you more power and control than the normal string functions. On this tutorial we are going to review the u |
| PHP Tutorials > Miscellaneous |
| |
 | Open Source licensing for PHP scripts |
| When you write a PHP script and want to distribute it, it must still fall under some legal terms. The GNU GPL is the best method to get your work out into the world, and of course as open source software. |
| PHP Tutorials > Miscellaneous |
| |
 | Accessing Form Variables |
| When using a form, you will want to collect the data using your own script. There are different ways of doing this, explained in this tutorial. When a user submits a form on your website, you want to be able to collect the data in your PHP script, then us |
| PHP Tutorials > Miscellaneous |
| |
 | Storing Data in the Client |
| One of the things that all programmers love is to write a program which writes another program. On the web we have two different programming environments: the client (browser) and the server. Due to the HTTP protocol definition we can write a program on t |
| PHP Tutorials > Miscellaneous |
| |
 | Log Chat in an IRC Channel |
| This tutorial builds on my tutorial that exaplins hwo to create an IRC Bot that was written in PHP. I tell you how to log chats in a channel to a file or to a database. Even both, if you want. You can later analyze these logs to create stats about your ch |
| PHP Tutorials > Miscellaneous |
| |
 | Setting Up Zend Optimizer Tutorial |
| The Zend Optimizer is a free application that runs the files encoded by the Zend Encoder and Zend SafeGuard Suite, while enhancing the running speed of PHP applications. |
| PHP Tutorials > Miscellaneous |
| |
 | Get the title of a page (Remote or local) |
| Shows how to make functions, read files, and preg match things all in one. |
| PHP Tutorials > Miscellaneous |
| |
 | Highlighting php code |
| This tutorial shows you a quick and easy way to highlight a string of php code and choose the color you want everything highlighted. |
| PHP Tutorials > Miscellaneous |
| |
 | Extract All URLs on a Page Using PHP |
| Enter a URL and results will display all links on that URL by matching the strings 'http', 'file', and ftp. A while loop executes for each result and returns the url using printf. |
| PHP Tutorials > Miscellaneous |
| |
 | Echo & Advanced Echo |
| Learn how to echo the basic way and advanced way. you will learn it in around 10 seconds, that is how good this tutorial is! |
| PHP Tutorials > Miscellaneous |
| |