Need help removing un-wanted characters from your php text form strings. Here's how to strip a string of all symbols and Non-Alphanumeric characters from your forms or database with ereg_replace.
This is a simple example of photo-gallery script, which uses MySQL table (BLOB field) to store images. Trivial password-protection, uploading and deleting images are supported. For Apache-version of PHP there is advanced browser-caching support (using If-Modified-Since header).
This code allows you to dynamically create your tables using PHP code. It is perfect for a content management system where you do not know how many rows of data will appear at design time. The class allows you to easily add rows as they are needed without worrying about coding the table's HTML.
This code example shows you how to display different content to users from different countries. This can be used to implement a multi-lingual user-interface or display localized ads to users from different countries. It can also be used to block users from countries where the content is not legal.
Salyris Studios is proud to announce the release of our All New Joomla! Flash Tutorial Center! This collection includes a total of 102 tutorials.
You get: Joomla Administrator, Joomla! Beginner, Joomla! Layout, DocMAN, OpenSEF, VirtueMart and Community Builder. We decided to give access to these tutorials for free for everyone since the Joomla community has done so much for all of us! It has already improved our client relationships as well as saving time in the training of the Joomla! CMS interface.
Platform(s): Linux, Windows, FreeBSD, Mac OSX, Sun Solaris
Here you will learn some of the special PHP5 class functions while creating a massive templating class (in power, not size). This templating class will be capable of an unlimited (only limited by system) number of loops, embedded loops, and references. It is the perfect templating class.
This is a short tutorial to help people understand how to easily install phpNuke. There are some issues that would arise on installation and this article is trying to explain them.
If you want to seperate PHP from HTML, you need some kind of template engine. vlibTemplate is a template engine. vlibDate easily adds and substract date values. You can format date values in different languages (german, english, french, spanish and so on). All examples are written in english. The tutorials are written in german and english. The tutorial will teach you how to use template variables, blocks and loop structures. It will give a short example of modular programming. Some simple and more complicated examples are provided. You will learn how to use vlibTemplate with MySQL, too.
If you want to seperate PHP-code from HTML-code, you need some kind of template system. TinyButStrong (TBS) provides such a system. This is a short crash course for TinyButStrong. The german tutorial is more detailed, but both refer to the same examples. It will teach you how to use TBS fields and TBS blocks. Some simple and more complicated examples are provided. You will learn how to use TBS with MySQL, too. TBS documentation is available in english, german and french.
Platform(s): Linux, Windows, FreeBSD, Mac OSX, Sun Solaris
This tutorial will show you how to create a script so that you can have multiple categories with unlimited sub-categories in each. They can be as deep as you want. This is very useful for organising data/items. A prime example of this is a link directory which has multiple categories. Part 2 of 2.