Main > Free Download Search >

Free used to daughtry script

used to daughtry

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 7379
Number To Amount Word 1.1

Number To Amount Word 1.1


Number To Amount Word is considered as a smart and useful PHP class that can be used to spell numbers with English words. more>>

Number To Amount Word 1.1 is considered as a smart and useful PHP class that can be used to spell numbers with English words.

<<less
Added: 2009-08-03 License: BSD - BSD License Price: BSDBSDLicense
downloads
Using AJAX to Post Form Data

Using AJAX to Post Form Data


JAX, short for asynchronous javascript and XML, is one of the in web technologies at the moment. Although it is currently being utilized in a wide variety of ways, its original intended method was s more>> JAX, short for asynchronous javascript and XML, is one of the "in" web technologies at the moment. Although it is currently being utilized in a wide variety of ways, its original intended method was simply sending data and retrieving responses without waiting for a page to reload. Were going to take a step back to the time where that was all it was used for. To start off, were going to write our PHP script that we are POSTing to. Were just going to have it echo our name back to us. Simple, but weve gotta start somewhere!<<less
Added: 2007-07-12 License: Freeware Price: Free
915 downloads
useed

useed


useed is a PHP program which can be used to setup a torrent site in the style of the various *nova ones. more>> useed is a PHP program which can be used to setup a torrent site in the style of the various *nova ones.<<less
Added: 2007-03-23 License: Freeware Price: Free
564 downloads
Number to string class 1.0

Number to string class 1.0


Number to string class is created to be a PHP class that can be used to spell Indian money amounts with English words. more>> Number to string class 1.0 is created to be a PHP class that can be used to spell Indian money amounts with English words.<<less
Added: 2009-07-29 License: PHP - The PHP License Price: PHPThePHPLicense
downloads
Using openssl s_client to show cert expiry 1

Using openssl s_client to show cert expiry 1


This can then be automated into a database, using some of my PHP or Perl Scripts (also on this blog), which can also be used to then report on sites about to expire. Run the code like this: ./openssl_cert_expiry_che ck www.example.com:443 more>> This can then be automated into a database, using some of my PHP or Perl Scripts (also on this blog), which can also be used to then report on sites about to expire. Run the code like this: ./openssl_cert_expiry_che ck www.example.com:443<<less
Added: 2006-06-01 License: Freeware Price: $0.00USD
11 downloads
 
Other version of Using openssl s_client to show cert expiry
Using openssl s_client to show cert expiryinto a database, using some of my PHP or Perl Scripts (also on this blog), which can also be used to ... into a database, using some of my PHP or Perl Scripts (also on this blog), which can also be used to
License:Freeware
Download
1266 downloads
Added: 2006-06-01
Form to Mail Using CDO

Form to Mail Using CDO


With this asp code you may receive web form results using CDO. CDO comes within windows XP and windows 2000/3 and has more control over mailing system. Following asp source contains a simple webform a more>> With this asp code you may receive web form results using CDO. CDO comes within windows XP and windows 2000/3 and has more control over mailing system. Following asp source contains a simple webform and client side validation that controls unvalid characters. Web form uses CDO to deliver form results to your email account.<<less
Added: 2006-01-04 License: Freeware Price: Free
1456 downloads
How to use ImageMap Control 1

How to use ImageMap Control 1


Explains how to turn an image to navigation menu with ImageMap Control. In the past, developers would break an image into multiple pieces and put it together again in a table, reassembling the pieces into one image. With the new ImageMap control, more>> Explains how to turn an image to navigation menu with ImageMap Control. In the past, developers would break an image into multiple pieces and put it together again in a table, reassembling the pieces into one image. With the new ImageMap control, you can define images with distinct regions called hot spots which are identified using coordinates.<<less
Added: 2008-02-22 License: Freeware Price: $0.00USD
11 downloads
Simple Easy To Use PHP Spell Checker 1.0.2

Simple Easy To Use PHP Spell Checker 1.0.2


The program is used to spell check any of the input field of html form. The script is designed not to mess any way to your main script processing of the form. It is just return modified (allready spell-checked) text into any input field. It is writen on more>> The program is used to spell check any of the input field of html form. The script is designed not to mess any way to your main script processing of the form. It is just return modified (allready spell-checked) text into any input field. It is writen on PHP and using JavaScript as minimum as possible. JavaScript code is limited to: read input field we want to spellcheck, passing javascript variable to php and then return allready spell-checked text into the original form. You may add spellcheck links not only on one input field, but on every field used in form. If your page contains multiple forms you can add spellchecking on them as well.<<less
Added: 2005-04-01 License: GPL Price: $0.00USD
16 downloads
 
Other version of Simple Easy To Use PHP Spell Checker
Simple Easy To Use PHP Spell CheckerThe program is used to spell check any of the input field of ... and using JavaScript as minimum as possible. JavaScript code is limited to: read input field we
License:GPL
Download
1695 downloads
Added: 2005-04-01
Array to List 1

Array to List 1


This class can be used to display an HTML list of entries from nested array. It traverses the array and display its entries and items of an unordered HTML list. Entries that have array values are displayed as nested lists. Entries with other types of more>> This class can be used to display an HTML list of entries from nested array. It traverses the array and display its entries and items of an unordered HTML list. Entries that have array values are displayed as nested lists. Entries with other types of values can be displayed optionally with the values followed by the entry indexes. The type of list and list item can also be configurable.<<less
Added: 2007-02-04 License: GPL Price: $0.00USD
11 downloads
 
Other version of Array to List
Array to ListThis class can be used to display an HTML list of entries from nested array. It traverses the ... This class can be used to display an HTML list of entries from nested array. It traverses the
Price: FreeAdditionalInfoYoucanuseitforanyperpose
License:GPL
Download
998 downloads
Added: 2007-02-04
ButtonUp 2.3

ButtonUp 2.3


ButtonUp is a button link management php script used for uploading buttons and adding, editing and deleting links to a button wall. more>> ButtonUp is a button link management php script used for uploading buttons and adding, editing and deleting links to a button wall.<<less
Added: 2004-04-22 License: Freeware Price: $0.00USD
14 downloads
 
Other version of ButtonUp
ButtonUpmanagement php script used for uploading buttons and adding, editing and deleting links to a ... ButtonUp is a button link management php script used for uploading buttons and adding, editing
License:Freeware
Download
2011 downloads
Added: 2004-04-22
Introduction to MVC using PHP 1.0

Introduction to MVC using PHP 1.0


To better demonstrate how MVC works, let?s use the example of a simple data retrival both using MVC and not using it. One of my amigo asked me to demonstrate how MVC pattern actually works. We actually know what?s Model , View and Controller are all more>> To better demonstrate how MVC works, let?s use the example of a simple data retrival both using MVC and not using it. One of my amigo asked me to demonstrate how MVC pattern actually works. We actually know what?s Model , View and Controller are all about. Anyhow let me explain them in detail before proceeding with code area. The Traditional way of connecting to the Database and fetching the results.<<less
Added: 2009-01-01 License: Freeware Price: $0.00USD
12 downloads
How to use the QueryString in ASP

How to use the QueryString in ASP


This article tells you how to pass variables to an ASP page using the QueryString, and how to access them from that page. more>> This article tells you how to pass variables to an ASP page using the QueryString, and how to access them from that page.<<less
Added: 2005-04-20 License: Other Free / Open Source License Price: Free
1664 downloads
XML to Sensible Array 0.0.2

XML to Sensible Array 0.0.2


XML to Sensible Array 0.0.2 is known as a very useful PHP class that can be used to parse XML documents into associative arrays. more>>

XML to Sensible Array 0.0.2 is known as a very useful PHP class that can be used to parse XML documents into associative arrays.

<<less
Added: 2009-07-24 License: Free for non-commercial purposes. Price: Freefornoncommercialpurposes.
1 downloads
JetDirect

JetDirect


JetDirect is very useful because it is a PHP class that can be used to show a message in the LCD display of an HP printer. more>> JetDirect is very useful because it is a PHP class that can be used to show a message in the LCD display of an HP printer.<<less
Added: 2009-07-16 License: GPL - GNU General Public License Price: GPLGNUGeneralPublicLicense
1 downloads
Introduction To PHP : Part 3

Introduction To PHP : Part 3


In Part 1 and Part 2 of this tutorial, we covered the basics of PHP how it operates under the hood. We also gave an introduction to the basic data types like arrays that are available to be used in PH more>> In Part 1 and Part 2 of this tutorial, we covered the basics of PHP how it operates under the hood. We also gave an introduction to the basic data types like arrays that are available to be used in PHP. In Part 3 here, we continue with our introduction to PHP by covering the basics behind resources and strings.<<less
Added: 2006-05-11 License: Freeware Price: Free
1262 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5