Home
»
Articles
»
PHP
| The latest articles published on Guides World - Guides, tutorials and manuals of all kind, ajax, php, adobe products and more ! Category : PHP . |
RSS |
Browse pages : 0 1 2
Easy Mod_Rewrite with PHP tutorial
Published on : 10.03.2010
Category : PHP Viewed : 3 times.
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 |
Simple site stats counter
Published on : 10.03.2010
Category : PHP Viewed : 3 times.
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$refere |
The most simple PHP contact form
Published on : 10.03.2010
Category : PHP Viewed : 3 times.
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 Dreamweaver or your favorite text editor and start typing the following. You can copy it, but you should really type it out to get an understanding of how it is working. <html |
Filtering Wordpress Categories Using an Undocumented Hook
Published on : 10.03.2010
Category : PHP Viewed : 3 times.
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() function reference. |
Building a Simple Monthly Calendar
Published on : 07.03.2010
Category : PHP Viewed : 16 times.
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 used for example as a monthly archive in a dynamic DB-driven site.
We will build this calendar following good coding practices and keeping the login in one PHP file and the |
|
|
|