Main > Free Download Search >

Free straight to the pointe script

straight to the pointe

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 730
Writing to the beginning of a file

Writing to the beginning of a file


Writing to the beginning of a file - you have a text file that is huge and want to append to it. more>> Writing to the beginning of a file offers you a powerful script which is useful for writing to the beginning of a file - you have a text file that is huge and want to append to it. But you don't want the new data to go clear to the bottom of the file. Well this script will let you do just the opposite. It will let you write to the file but put the new data at the beginning and the old data at the end.<<less
Added: 2007-06-21 License: GPL - GNU Public License Price: GPLGNUPublicLicense
14 downloads
How To Raise a Number to the Power of Another in PHP

How To Raise a Number to the Power of Another in PHP


This tutorial explains how to raise a number to the power of another using PHP using the pow function, for example 3^5. more>> This tutorial explains how to raise a number to the power of another using PHP using the pow function, for example 3^5.<<less
Added: 2009-05-16 License: Other Price: $0.00USD
10 downloads
How to use the PEAR ITX templating system

How to use the PEAR ITX templating system


This tutorial will explain and demonstrate how to use the ITX templating system from the PEAR collection of useful classes for PHP. As we go along, itll show you some of the competitors, why the autho more>> This tutorial will explain and demonstrate how to use the ITX templating system from the PEAR collection of useful classes for PHP. As we go along, itll show you some of the competitors, why the author didnt like them and why in the end he chooses to work with ITX in his own scripts. We will build a simple example script that will load and fill out the data out of a database. This script will use another PEAR component, a database abstraction layer. This tutorial assumes that you are familiar with PEARs DB abstraction layer.<<less
Added: 2003-01-09 License: Not Specified Price: Free
2499 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
HumorSystem - Taking Humor To The Next Level

HumorSystem - Taking Humor To The Next Level


HumorSystem is a easy-to-use humor content managment system. You can get your site up within minutes after purchase. The script has got its own admincp panel which is useful. Unlike most other humor s more>> HumorSystem is a easy-to-use humor content managment system. You can get your site up within minutes after purchase. The script has got its own admincp panel which is useful. Unlike most other humor scripts we update our script regularly with new features. Below is a breif list of features the current latest version has: ? Admincp ? Seo Support (.html links) ? Add/Delete content from admincp ? View content by category ? Easy to customize ? And many more... You will also get access to the privet forum area where only licensed members can access, in the privet forum the admin & members will be able to share info on how to make your site better, and you will also get to test out beta versions and updates before we release it in public. Order: http://www.humorsystem.co m/order/ More Info: http://humorsystem.com/fe atures.html Terms: http://humorsystem.com/te rms.html Got a question? http://www.humorsystem.co m/forum/ Thank You<<less
Added: 2006-11-14 License: PHP License Price: $9.95AdditionalInfoOneTimeFeeLifeTimeLicense
1075 downloads
Introduction to the TreeWalker object of DOM

Introduction to the TreeWalker object of DOM


The TreeWalker object is a powerful DOM2 object that lets you easily filter through and create custom collections out of nodes in the document. This is a comprehensive tutorial on how to utilize this object. more>> The TreeWalker object is a powerful DOM2 object that lets you easily filter through and create custom collections out of nodes in the document. This is a comprehensive tutorial on how to utilize this object.<<less
Added: 2006-07-25 License: Freeware Price: $0.00USD
14 downloads
How to Make AJAX Read between the Lines

How to Make AJAX Read between the Lines


The method for getting information through an implicit request can be applied not only for technical dictionary. Have you ever wondered about the double underlined links in such projects as hotscripts more>> The method for getting information through an implicit request can be applied not only for technical dictionary. Have you ever wondered about the double underlined links in such projects as hotscripts.com and devarticles.com? This is context-dependent advertising based on IntelliTXT engine from Vibrant Media (www.vibrantmedia.com). When the mouse cursor points to such a link an advertisement window appears. This technology is referred to as in-text advertising. This method is also increasingly used on news portals. The main page contains only the news headings. Yet when the user puts a mouse cursor over the heading a short description appears. Thus the main page can hold a lot more news. The visitor sees the headings and all he/she has to do to get a short summary is to browse through the items with a mouse cursor. Let us now look into how contextual help can be implemented with AJAX.<<less
Added: 2007-01-18 License: Freeware Price: Free
1012 downloads
How to use the query string in PHP

How to use the query string in PHP


This article tells you how to pass variables to a PHP page using the query string, and how to access them from that page. Have you ever seen a URL which looked like www.example.com/pag e.php?mode=1&s more>> This article tells you how to pass variables to a PHP page using the query string, and how to access them from that page. Have you ever seen a URL which looked like "www.example.com/pag e.php?mode=1&style=red"? Well, this page is being passed variables and their values through the query string, here the variables "mode" and "style" are being passed, with values "1" and "red" respectively. The question mark indicates the start of the query string and the ampersand, &, symbol seperates variable=value assignments.<<less
Added: 2005-07-10 License: Other Free / Open Source License Price: Free
1621 downloads
How to Find the Current URL with ASP

How to Find the Current URL with ASP


This article will tell you how to find the full URL of the current page with ASP: domain name, path and the QueryString. more>> This article will tell you how to find the full URL of the current page with ASP: domain name, path and the QueryString.<<less
Added: 2005-04-22 License: Other Free / Open Source License Price: Free
1656 downloads
How to Find the Current URL with PHP

How to Find the Current URL with PHP


The full URL to a page comes in three parts: The domain name, the path to the file then the filename, and the query string. For example, take the URL http://www.example.com/ex ample/page.php?name=Bob: more>> The full URL to a page comes in three parts: The domain name, the path to the file then the filename, and the query string. For example, take the URL http://www.example.com/ex ample/page.php?name=Bob: 1. The domain name: www.example.com; 2. The path to the page: /example/page.php; 3. The query string: name=Bob So how do you find it all out in your own PHP scripts? This guide will tell you how access each of these elements by using the $_SERVER superglobal array which is available at all times within your PHP scripts.<<less
Added: 2005-11-14 License: Other Free / Open Source License Price: Free
1461 downloads
Contact Form With HTML Output to Email

Contact Form With HTML Output to Email


Collect User information from your website with this simple and straight forward contact form that uses PHP to process the form data and send as HTML to your email and display html layout of user subm more>> Collect User information from your website with this simple and straight forward contact form that uses PHP to process the form data and send as HTML to your email and display html layout of user submitted information on the thank you page. Unlimited usage on unlimited sites. Download the standard script, or have us customize it and install it for you.<<less
Added: 2007-05-21 License: GPL Price: $20.00
907 downloads
Potato News 1.0.2

Potato News 1.0.2


Potato News is a free news authoring script written in PHP. It allows multiple authors to author, manage and edit news articles. Potato News uses a flat-file database, is easy to install and will fit right into your web-site. Features include: more>> Potato News is a free news authoring script written in PHP. It allows multiple authors to author, manage and edit news articles. Potato News uses a flat-file database, is easy to install and will fit right into your web-site. Features include: -News authoring and management -User management and ability for multiple users to create and manage newss -News archiving with date search -Plugs straight into your web-site<<less
Added: 2009-02-10 License: Freeware Price: $0.00USD
13 downloads
An intro to using the GD image library with PHP

An intro to using the GD image library with PHP


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. more>> 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.<<less
Added: 2002-02-04 License: Not Specified Price: Free
2854 downloads
Simple Uploader 1.0

Simple Uploader 1.0


File uploading can smetimes seem like a heavy task. But it?s not. With the simple upload script from PDStudios you will be uploading to your website within seconds. This uploader is a straight forward upload system with none of the complicated buttons or more>> File uploading can smetimes seem like a heavy task. But it?s not. With the simple upload script from PDStudios you will be uploading to your website within seconds. This uploader is a straight forward upload system with none of the complicated buttons or complex stages. But this uploader has no file limits apart from filesize. It will allow any file types. But it will date your files that are uploaded, the filename will start with the Month, Day and Year numbers from when it was uploaded.<<less
Added: 2007-07-06 License: Freeware Price: $0.00USD
12 downloads
JChit counter 1.1.0

JChit counter 1.1.0


Hosting your own hit counter site has never been easier. This script is easy to install with no mySQL database required. Users only need to enter their email address and the code and instructions are emailed straight to them. Extra templates are more>> Hosting your own hit counter site has never been easier. This script is easy to install with no mySQL database required. Users only need to enter their email address and the code and instructions are emailed straight to them. Extra templates are also available from the download section. Please use the forum for suggestions, support and bugs.<<less
Added: 2007-03-23 License: Freeware Price: $0.00USD
10 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5