Software Listing of Author : "Codewalkers.com"
- A Framework for Persisting Data Relationships
- License: Freeware
- Price: 0.00


This tutorial will show you how to create relationships in your databases. PHP classes are provided that will perform the job.
- Publisher: codewalkers.com
- Date Released: 04-11-2011
- Download
- Platform: PHP, Scripts
- Adding a Poll to Your Web Site
- License: Shareware
- Price:


Easily add interaction to your web site by adding a poll. Bruce Alderman shows you how, as well as discusses the security issues and other concerns.
- Publisher: codewalkers.com
- Date Released: 01-11-2011
- Download
- Platform: PHP, Scripts
- Adding Drop Shadows with PHP
- License: Shareware
- Price:


This tutorial will teach you how you can add drop shadows dynamically to your images using PHP's GD image processing functions.
- Publisher: codewalkers.com
- Date Released: 09-07-2011
- Download
- Platform: PHP, Scripts
- Advanced Bulleted-List Menu
- License: Freeware
- Price: 0.00


Explore drawing dynamic navigation menus using PHP, CSS and JavaScript. This tutorial teaches you how to generate an easily modifiably bulleted-list that is fully collapsible and preserves state between pages.
- Publisher: codewalkers.com
- Date Released: 27-03-2011
- Download
- Platform: PHP, Scripts
- Alternating row colors with PHP and mySQL
- License: Shareware
- Price:


A quick tutorial explaining how to alternate table row colors using PHP and MySQL.
- Publisher: codewalkers.com
- Date Released: 27-04-2011
- Download
- Platform: PHP, Scripts
- An intro to using the GD image library with PHP
- License: Freeware
- Price: 0.00


A brief introduction to the world of image manipulation in PHP using the GD library. This tutorial will guide you through creating a clock that will display the current time.
- Publisher: codewalkers.com
- Date Released: 19-01-2011
- Download
- Platform: PHP, Scripts
- An Overview of Arrays in PHP
- License: Shareware
- Price:


This is a brief introductory tutorial on how to use arrays in PHP.
- Publisher: codewalkers.com
- Date Released: 05-06-2011
- Download
- Platform: PHP, Scripts
- Codewalkers
- License: Shareware
- Price:


Codewalkers is a resource / community site dedicated to PHP and SQL development. It offers an array of forums, user submitted code, tutorials and more.
- Publisher: codewalkers.com
- Date Released: 08-10-2011
- Download
- Platform: PHP, Scripts
- Codewalkers Forums
- License: Shareware
- Price:


Codewalkers is a community site dedicated to PHP and SQL technologies.
- Publisher: codewalkers.com
- Date Released: 15-05-2011
- Download
- Platform: PHP, Scripts
- Cookies in PHP
- License: Freeware
- Price: 0.00


For those new to web development and 'how things work', cookies can be a very confusing matter. In this tutorial, Timothy gives you an overview of cookies to help you understand how they work.
- Publisher: codewalkers.com
- Date Released: 10-05-2011
- Download
- Platform: PHP, Scripts
- Create dynamic sites with PHP & MySQL
- License: Shareware
- Price:


This tutorial shows you how to use two open source, cross-platform tools for creating a dynamic Web site: PHP and MySQL.
- Publisher: codewalkers.com
- Date Released: 19-04-2011
- Download
- Platform: PHP, Scripts
- Creating a Mail Form with PHP and Flash
- License: Shareware
- Price:


This tutorial will show you how to create a contact form in Flash and tie it in to PHP.
- Publisher: codewalkers.com
- Date Released: 11-04-2011
- Download
- Platform: PHP, Scripts
- Creating a Mail Form with PHP and Flash - Part 2
- License: Shareware
- Price:


This is a continuation of creating a contact form with Flash and PHP.
- Publisher: codewalkers.com
- Date Released: 01-07-2011
- Download
- Platform: PHP, Scripts
- Creating a News System in PHP
- License: Shareware
- Price:


This is part one in a three part series on creating a news system with PHP. This first installment will teach you how to create a very simple news system using only a file as storage.
- Publisher: codewalkers.com
- Date Released: 25-05-2011
- Download
- Platform: PHP, Scripts
- Creating a News System with PHP - Part 2
- License: Shareware
- Price:


This is part two in a series on creating a news system with PHP. This second installment will expand on our simple news system that only used a file for storage. We will continue with only a file, but add in editing and deletion functions.
- Publisher: codewalkers.com
- Date Released: 03-01-2011
- Download
- Platform: PHP, Scripts
- Creating a Search Application
- License: Shareware
- Price:


In this tutorial, we will discuss a method of searching web pages for keywords. We will provide methods for exact keyword matching and a type of fuzzy search.
- Publisher: codewalkers.com
- Date Released: 17-02-2011
- Download
- Platform: PHP, Scripts
- Creating an Image Gallery
- License: Shareware
- Price:


the goal of this tutorial is to give the reader an idea of how to construct a basic/dynamic image gallery from start to finish, not to imply that this is the only way, or even the best way to build a gallery; just a simple approach without all the be
- Publisher: codewalkers.com
- Date Released: 24-03-2011
- Download
- Platform: PHP, Scripts
- Database Abstraction with PEAR
- License: Freeware
- Price: 0.00


So you've written a great application with PHP and it is up and running smooth. Then, your boss calls and tells you that your company won't be using MySQL anymore. You're moving to Oracle. Your application is dead in the water.
- Publisher: codewalkers.com
- Date Released: 08-05-2011
- Download
- Platform: PHP, Scripts
- doUsersOnline
- License: Shareware
- Price:


This script will allow you to display the users that are currently on your website. It will report guests and members, with member names. It must be used with the author's authorization script, or modified to work with your user table and such.
- Publisher: codewalkers.com
- Date Released: 20-03-2011
- Download
- Platform: PHP, Scripts
- Draw a rating box
- License: Shareware
- Price:


A short PHP function to create a graphical ratings box (1 to 10) on the fly. Requires the GD library and png support.
- Publisher: codewalkers.com
- Date Released: 24-04-2011
- Download
- Platform: PHP, Scripts
- Dynamic CSS with PHP
- License: Shareware
- Price:


Need to generate style sheets dynamically with PHP to keep presentaion logic together or create environment aware style sheets with PHP and JavaScript? This tutorial shows you how!
- Publisher: codewalkers.com
- Date Released: 21-11-2011
- Download
- Platform: PHP, Scripts
- Form and Spelling Validation
- License: Shareware
- Price:


Most dynamic web sites rely heavily on forms. From user authentication to entry of news items, we use forms to accept user input. There are many different ways we can validate data from the user.
- Publisher: codewalkers.com
- Date Released: 26-11-2011
- Download
- Platform: PHP, Scripts
- How to use the PEAR ITX templating system
- License: Shareware
- Price:


This tutorial will explain and demonstrate how to use the ITX templating system from the PEAR collection of useful classes for PHP.
- Publisher: codewalkers.com
- Date Released: 26-02-2011
- Download
- Platform: PHP, Scripts
- Introduction to PEAR
- License: Shareware
- Price:


An introduction to PEAR with examples of using the Benchmark package.
- Publisher: codewalkers.com
- Date Released: 12-07-2011
- Download
- Platform: PHP, Scripts
- Mail() From Start To Finish
- License: Shareware
- Price:


Ever wanted to know how to send basic text emails/Html emails and emails with attachments? In this tutorial you will learn how to send emails in text, html and with attachments.
- Publisher: codewalkers.com
- Date Released: 18-10-2011
- Download
- Platform: PHP, Scripts
- Mini-Chat Tutorial
- License: Shareware
- Price:


This tutorial is about my mini-chat script. It's not really a chat, since dialogs are updated only when page refreshes. It is the first tutorial of a series for some development techniques.
- Publisher: codewalkers.com
- Date Released: 24-02-2011
- Download
- Platform: PHP, Scripts
- Multi-page Forms with PHP
- License: Shareware
- Price:


This article will touch on two skills in the interface between PHP and HTML forms, specifically in working with hidden fields, and as a bonus, in passing arrays in an HTML form.
- Publisher: codewalkers.com
- Date Released: 11-06-2011
- Download
- Platform: PHP, Scripts
- Multicolumn Output from a Database with PHP
- License: Freeware
- Price: 0.00


Putting your data into multiple columns with PHP is a snap. This tutorial will show you how it is done.
- Publisher: codewalkers.com
- Date Released: 05-03-2011
- Download
- Platform: PHP, Scripts
- Multiple pages of data from a text file
- License: Shareware
- Price:


This is a basic tutorial that will show you how to generate multiple pages of data from a txt file.
- Publisher: codewalkers.com
- Date Released: 21-04-2011
- Download
- Platform: PHP, Scripts
- Overlapping Images with GD
- License: Freeware
- Price: 0.00


This tutorial demonstrates how to place one image over another image... handy stuff for applying a signature or logo to a photo, adding a "watermark," or whatever else you might imagine useful.
- Publisher: codewalkers.com
- Date Released: 20-08-2011
- Download
- Platform: PHP, Scripts
- PHP Coding Contest
- License: Shareware
- Price:


Codewalkers.com has released their latest PHP Coding Contest. In this challenge, you must write a script that plays a robot type game. The object of the game is to eat all the apples while avoiding the enemy robots.
- Publisher: codewalkers.com
- Date Released: 23-09-2011
- Download
- Platform: PHP, Scripts
- PHP Debugging Tutorial
- License: Shareware
- Price:


Some pointers to debugging your code along with a few hints on how to avoid making silly mistakes in your code.
- Publisher: codewalkers.com
- Date Released: 09-01-2011
- Download
- Platform: PHP, Scripts
- PHP Strings Primer
- License: Shareware
- Price:


In order to accomplish almost any programming task with PHP you'll be dealing with strings. To get the best out of PHP you must thoroughly understand the basic string functions available.
- Publisher: codewalkers.com
- Date Released: 16-02-2011
- Download
- Platform: PHP, Scripts
- PHP/MySQL News with Comments
- License: Shareware
- Price:


In this tutorial, you will learn the concepts behind building a news system with PHP and MySQL.
- Publisher: codewalkers.com
- Date Released: 03-01-2011
- Download
- Platform: PHP, Scripts
- Previous and Next Links
- License: Freeware
- Price: 0.00


After reading this tutorial, you should be able to add previous and next links to your pages that display data from a database.
- Publisher: codewalkers.com
- Date Released: 02-01-2011
- Download
- Platform: PHP, Scripts
- Processing XML with PHP
- License: Shareware
- Price:


Join Timothy as he shows you how to process XML with PHP. In this tutorial you will learn the basics of using PHP to interpret XML.
- Publisher: codewalkers.com
- Date Released: 22-02-2011
- Download
- Platform: PHP, Scripts
- Recursion in PHP
- License: Shareware
- Price:


Learn how recursion works and how to implement it in PHP.
- Publisher: codewalkers.com
- Date Released: 06-11-2011
- Download
- Platform: PHP, Scripts
- Remote Procedure Calls with PEAR::XML-RPC
- License: Shareware
- Price:


In this tutorial, learn how to utilize the XML-RPC package from the PEAR repository. You will learn how to write the client and server portions.
- Publisher: codewalkers.com
- Date Released: 06-05-2011
- Download
- Platform: PHP, Scripts
- Sending SMS Thru HTTP
- License: Shareware
- Price:


Use PHP and the HTTP protocol to send text-messages from your website through an SMS gateway.
- Publisher: codewalkers.com
- Date Released: 11-07-2011
- Download
- Platform: PHP, Scripts
- Smarty for Beginners
- License: Shareware
- Price:


Join Hermawan as he shows you the basic of the Smarty templating system.
- Publisher: codewalkers.com
- Date Released: 09-07-2011
- Download
- Platform: PHP, Scripts
- Sorting Database Results with PHP
- License: Shareware
- Price:


This tutorial will show you how to display data from a database and allow the user to sort it.
- Publisher: codewalkers.com
- Date Released: 14-07-2011
- Download
- Platform: PHP, Scripts
- SQLite: A Lightweight Alternative
- License: Shareware
- Price:


In this tutorial, Timothy shows you how to get started using SQLite starting with how to obtain it and install it and progressing through example usage.
- Publisher: codewalkers.com
- Date Released: 04-11-2011
- Download
- Platform: PHP, Scripts
- Thumbnails in PHP
- License: Freeware
- Price: 0.00


Depending upon how it's done, displaying a page of thumbnail images can be very cumbersome. Allowing the browser to resize images requires the client browser to download the entire, full-size image, then clumsily resize the image to a specified size.
- Publisher: codewalkers.com
- Date Released: 21-03-2011
- Download
- Platform: PHP, Scripts
- Transforming XML with XSLT and PHP
- License: Shareware
- Price:


In this tutorial, Timothy shows you how to use XSLT to transform XML documents into HTML documents. Of course, the use of PHP XSLT functions are highlighted.
- Publisher: codewalkers.com
- Date Released: 08-09-2011
- Download
- Platform: PHP, Scripts
- Uploading Files with Forms and PHP
- License: Shareware
- Price:


A tutorial that shows how to accept file uploads with PHP.
- Publisher: codewalkers.com
- Date Released: 17-04-2011
- Download
- Platform: PHP, Scripts
- User authorization class with database class
- License: Shareware
- Price:


This is a little class that will allow you to do user authorization on your site. It includes the ability to mail the user first and have them follow a link back to verify their signup. This includes a small db class to support the authorize class.
- Publisher: codewalkers.com
- Date Released: 13-09-2011
- Download
- Platform: PHP, Scripts
- Using Sessions in PHP
- License: Shareware
- Price:


A tutorial on the basics of sessions in PHP.
- Publisher: codewalkers.com
- Date Released: 11-05-2011
- Download
- Platform: PHP, Scripts
- Using SOAP with PHP
- License: Shareware
- Price:


SOAP is a wonderful technology that can help you in developing great applications. In this tutorial, we will investigate the use of SOAP in PHP.
- Publisher: codewalkers.com
- Date Released: 08-11-2011
- Download
- Platform: PHP, Scripts
- Using Sockets in PHP
- License: Shareware
- Price:


In this tutorial, you will learn how using socket connections in PHP is both easy and practical.
- Publisher: codewalkers.com
- Date Released: 03-07-2011
- Download
- Platform: PHP, Scripts
- Working with dates and times in PHP
- License: Shareware
- Price:


In this tutorial, you will be introduced to dealing with dates in PHP.
- Publisher: codewalkers.com
- Date Released: 11-06-2011
- Download
- Platform: PHP, Scripts

