Guides World - Guides, tutorials and manuals of all kind, ajax, php, adobe products and more ! Guides, tutorials and manuals of all kind, ajax, php, adobe products and more http://www.guides-world.com/ 11.03.2010 Sistemi CMS Reactor! PHP : Easy Mod_Rewrite with PHP tutorial http://www.guides-world.com/module,2,t,artikuj,lexo,687.html module,2,t,artikuj,lexo,687.html I have been playing around with Apaches mod_rewrite on my other site http://www.2big2send.com and i must admit its a whole lot easier than i first thought.. Here is a quick guide for most general use: Create a new file in your main directory (public_html for cPanel or httpdocs for plesk... PHP : Simple site stats counter http://www.guides-world.com/module,2,t,artikuj,lexo,686.html module,2,t,artikuj,lexo,686.html This script is simple because it's using this flatfile thingy and it uses files as databases. That means you will take info and write it into another file so back to this tutorial. First make a file called counter.txt and change it's CHMOD to 777 <?php//User referer$referer =... PHP : The most simple PHP contact form http://www.guides-world.com/module,2,t,artikuj,lexo,685.html module,2,t,artikuj,lexo,685.html In this tutorial, I’ll show you how to write the most basic PHP/HTML contact form script. So if you’re looking for validated forms or a fancy flash form, this tutorial isn’t for you. Before you begin, make sure that your hosting provider supports PHP. First, lets open... PHP : Filtering Wordpress Categories Using an Undocumented Hook http://www.guides-world.com/module,2,t,artikuj,lexo,684.html module,2,t,artikuj,lexo,684.html In this article, we will briefly cover Wordpress hooks and use an undocumented one in order to manipulate category listings. After some further digging, while it is not listed on the Wordpress filter list, it appears that this “undocumented hook” is mentioned on the get_terms()... PHP : Building a Simple Monthly Calendar http://www.guides-world.com/module,2,t,artikuj,lexo,683.html module,2,t,artikuj,lexo,683.html In this tutorial we are going to learn how to build a simple calendar in PHP. You have seen many of those calendar date pickers mostly in Javascript. This PHP based one has a slightly different purpose - instead of populating an input field, it outputs links for the different dates and can be... PHP : Creating Email Templates in PHP http://www.guides-world.com/module,2,t,artikuj,lexo,682.html module,2,t,artikuj,lexo,682.html The technique is simple The template text (including variables and html tags) will be stored in database. We will create a table with 2 fields i.e name and text. Each template will be give a unique name. A sample entry is shown in the image below A PHP script will read template text from... PHP : Displaying Records in Multiple Columns Using PHP http://www.guides-world.com/module,2,t,artikuj,lexo,681.html module,2,t,artikuj,lexo,681.html For this article, i have selected a table members, containing each member's pic and some other text detail. The members will be shown in multiple columns as shown in the picture below. The technique is to use 2 loops (one nested inside the other). The outter loop creates rows and the inner... PHP : Creating a Basic Template System in PHP http://www.guides-world.com/module,2,t,artikuj,lexo,680.html module,2,t,artikuj,lexo,680.html After implmenting this template system in your webistes, you will achieve the following benefits If you have a lot of pages that use the same design. If you want to make a layout change in the header, menu, footer or right section then you don't have to update numerous files. You will have... PHP : Simple PHP contact form http://www.guides-world.com/module,2,t,artikuj,lexo,679.html module,2,t,artikuj,lexo,679.html In this tutorial, I’ll show you how to write the most basic PHP/HTML contact form script. So if you’re looking for validated forms or a fancy flash form, this tutorial isn’t for you. Before you begin, make sure that your hosting provider supports PHP. First, lets open... MS Excel : Basic Bar Graph in Excel http://www.guides-world.com/module,2,t,artikuj,lexo,678.html module,2,t,artikuj,lexo,678.html The following tutorial will demonstrate how to construct a basic bar graph in Excel.  The documents for this tutorial are available for download. Download the 97-2003 Version Download the Excel 2007 Version To begin, start with a spread sheet as shown below. Now, highlight cells...