|
|
|
Turn your (or your customer's) PHP site into a CMS! The ability to edit the content of your site in WYSIWYG fashion is easier than you might think, and that is what this tutorial will address in 3 easy steps. No more uploading changes to your site. Edits can be made online from any location. This tutorial covers the essentials of separating your design from your content and adding an editor to allow the site owner to make edits from any location.
Version: n/a
Platforms: n/a
Last Updated: April 05, 2007 |
|
|
|
|
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).
Version: n/a
Platforms: linux, windows, freebsd, osx, sun
Last Updated: April 09, 2007 |
|
|
|
|
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.
Version: n/a
Platforms: linux, windows, osx, sun
Last Updated: April 11, 2007 |
|
|
|
|
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.
Version: 1.01
Platforms: linux, windows, freebsd, osx, sun
Last Updated: April 11, 2007 |
|
|
|
|
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.
Version: 3
Platforms: linux, windows, freebsd
Last Updated: April 12, 2007 |
|
|
|
|
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.
Version: n/a
Platforms: n/a
Last Updated: May 08, 2007 |
|
|
|
|
This script shows an example of a counter being incremented every time the page is loaded.
This is achieved by reading a file line by line using the fgets function and exctracting the 2 fields (one for the date one for the counter). The file is then being updated.
There is a live example.
Version: 1.0.0
Platforms: linux, windows, freebsd, osx, sun
Last Updated: May 22, 2007 |
|
|
|
|