write code
Counter Code
Counter Code allows you to install a text counter for your visitors. more>>
Counter Code is a powerful click tracking tool which enables you to install a text counter for your visitors. It has a user friendly interface and very easy to use. Download to enjoy it now.
Writing Debuggable Code
For those of you who take on massive coding tasks such as creating an entire site from scratch, youll notice that it tends to become tedious to debug your code unless youve taken a few precautionary m more>> For those of you who take on massive coding tasks such as creating an entire site from scratch, youll notice that it tends to become tedious to debug your code unless youve taken a few precautionary measures. This tutorial will start you off in the right direction. It wont make your code debuggable for you, but youll have an idea on how to do it. Most code can be modified to fit the schema suited for debugging fairly easily, but this guide is written with a clean slate in mind; it will describe the process of preparing your code to be easily debuggable from scratch.<<less
Sec-Code
This PHP script creates an image with a security code that can be used to protect e.g. your guestbook from spam. It requires PHP 4.1.0 or higher with session support and GD library. more>> This PHP script creates an image with a security code that can be used to protect e.g. your guestbook from spam. It requires PHP 4.1.0 or higher with session support and GD library.<<less

Ping Pong Game Code
Ping Pong Game Code allows you to create a simple PING PONG game for playing Vs Human or Vs Computer. more>>
JET Code Generator 0.7
The JET Code Generator connects to any JDBC based database and exports the schema as an XML formatted file. The user is free to write/modify XSLTs to generate virtually any type of source code from the XML representing your database schema. Then more>> The JET Code Generator connects to any JDBC based database and exports the schema as an XML formatted file. The user is free to write/modify XSLTs to generate virtually any type of source code from the XML representing your database schema. Then generates code based on XSL Transformations. A complete example is included; with a database, support classes, XSL Transformations, build scripts (ANT, and batch).<<less
Flash read/write script 1.04
Using PHP, flash can call files on the server and read/write to/from them. Further more a third function alows yo to get the visitors IP. more>> Using PHP, flash can call files on the server and read/write to/from them. Further more a third function alows yo to get the visitors IP.<<less
Zip code finder 1.0
Use this webtool to figure out the exact address of a zip code. Just enter the zip code in the box and you will get exact information. more>> Use this webtool to figure out the exact address of a zip code. Just enter the zip code in the box and you will get exact information.<<less
PHP Code Wizard
PHP Code Wizard is a simple yet powerful online tool. It helps PHP developers generate custom scripts for their projects. Simply enter your custom data, hit the "generate code" button, and there you are, a nice clean script to insert directly into your more>> PHP Code Wizard is a simple yet powerful online tool. It helps PHP developers generate custom scripts for their projects. Simply enter your custom data, hit the "generate code" button, and there you are, a nice clean script to insert directly into your existing page.<<less
How To Write Your Code As Debuggable As Possible
How To Write Your Code As Debuggable As Possible more>> How To Write Your Code As Debuggable As Possible<<less
UK Postal Code Locator
This is a freely compiled version of only the starting parts of UK postcodes (SW1). The script will locate these to their relevant area and display the information. more>> This is a freely compiled version of only the starting parts of UK postcodes (SW1). The script will locate these to their relevant area and display the information.<<less
ASP Response Write Generator
Copy and paste html into this free online asp response.write generator to quickly produce asp response.write statements. more>> Copy and paste html into this free online asp response.write generator to quickly produce asp response.write statements.<<less
Form Creator
Form Creator is such an amazing On-Line creator of web forms which is designed with the ability of generating all the code from your web page. more>>
Form Creator is such an amazing On-Line creator of web forms which is designed with the ability of generating all the code from your web page.
With Form Creator, you can generate two types of forms, one simple send data, and another when writing and send an email, whit all the data in the form through CDOSys to email specificated on the form action, you need only change the SMTP server (if it is necessary), write your SMTP password and nothing more, you will not have to write a single line of code, all code HTML, ASP and JavaScript is automatic generated!
<<lessPHP and Writing to MySQL Databases
This simple tutorial shows you how to write form data to MySQL database using PHP. Includes a sample code and instructions. more>> This simple tutorial shows you how to write form data to MySQL database using PHP. Includes a sample code and instructions.<<less
CodeGen - Code Generator 1.0
This is a multi-level project. Since languages today, such as PHP, use HTML a front-end and an SQL as a rear-end, we need a higher level language that defines our goals. With this language we can define simple scripts in very few lines of code. Then, we more>> This is a multi-level project. Since languages today, such as PHP, use HTML a front-end and an SQL as a rear-end, we need a higher level language that defines our goals. With this language we can define simple scripts in very few lines of code. Then, we translate this languge into a high level language, such as PHP (or any other language, compiled or translated). In this simple example, CodeGen extracts information about the fields desired from a database (or a flat file). This example, creates scripts to create, edit, report, and update a database table. I am not a professional programmer, but using this concept I can write scripts for database tables in minutes instead of days. CodeGen could easily be adapted to create scritps in any high level language.<<less
PHP Interactive 0.2
PHP Interactive is a web based interactive shell for PHP. more>>
Major Features:
- PHP Interactive is free software under the terms of the GPL license. Its also freeware, you dont need to pay to use it.
- You can install it on a server, in a password protected folder in order to have a little development system that works on-line, this way its possible to continue a program from everywhere if there is a browser.
- No database required, just a simple PHP installation.
- Multiple scripts at the same time, with tabbing support.
- Multi-user, as long as different users work on different tabs.
- Its a simple PHP script, you will find very easy to modify and adapt this script for your needs.