Main > Free Download Search >

Free included script

included

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2688
Source Include

Source Include


Learn how to save time and money by using the javascript src() function to including local or remote document like headers, footers, css, images, and flash files. more>> Learn how to save time and money by using the javascript src() function to including local or remote document like headers, footers, css, images, and flash files.<<less
Added: 2004-01-27 License: Price: 0.00 Price: $0.00USD
11 downloads
Random Include 1

Random Include 1


This scripts includes files randomly in your php script. It can be used as a good ad rotator also. more>> This scripts includes files randomly in your php script. It can be used as a good ad rotator also.<<less
Added: 2006-09-28 License: Freeware Price: $0.00USD
10 downloads
PHP Include uses

PHP Include uses


Utilise PHP includes on your website to make changes in design and navigation much easier. Also features a cool way to make your own image viewer. more>> Utilise PHP includes on your website to make changes in design and navigation much easier. Also features a cool way to make your own image viewer.<<less
Added: 2007-01-31 License: Freeware Price: Free
1004 downloads
Include() and Require()

Include() and Require()


Learn how to spead up your developing by using PHP include() and require() functions. Dynamicly including your functions, header, footer and graphic. more>> Learn how to spead up your developing by using PHP include() and require() functions. Dynamicly including your functions, header, footer and graphic.<<less
Added: 2004-01-27 License: Not Specified Price: Free
2102 downloads
Ajax Includes script

Ajax Includes script


This script uses Ajax (DHTML interacting with the server) to let you dynamically include the contents of an external page onto the current document. more>> This script uses Ajax (DHTML interacting with the server) to let you dynamically include the contents of an external page onto the current document.<<less
Added: 2006-01-12 License: Freeware Price: $0.00USD
13 downloads
Absolute Include 1.0

Absolute Include 1.0


A small but useful wrapper function for include(). It allows the same include statement to be used in all the files in a website, regardless of which folder they are located in. This is handy for sites that are hosted on servers that have PHP more>> A small but useful wrapper function for include(). It allows the same include statement to be used in all the files in a website, regardless of which folder they are located in. This is handy for sites that are hosted on servers that have PHP open_basedir protection enabled. This tends to cause calls like include("/folder/file.inc"); to generate error messages.<<less
Added: 2004-04-29 License: Freeware Price: 0.00
10 downloads
ASP Dynamic Include 1.0

ASP Dynamic Include 1.0


Now! you can server side include in your asp scripts on runtime! What is it? It work like server side including but it does make this different: runtime, you can choose file for including on before including What does it? * It does everything more>> Now! you can server side include in your asp scripts on runtime! What is it? It work like server side including but it does make this different: runtime, you can choose file for including on before including What does it? * It does everything like * One time including for include * Customization for error screen if included file has an error * Runtime including<<less
Added: 2009-03-21 License: Other Price: $0.00USD
13 downloads
PHP include file tutorial 1.0

PHP include file tutorial 1.0


In this tutorial I will show you how to divide your code into more files and how to include various files into your actual PHP code. more>> In this tutorial I will show you how to divide your code into more files and how to include various files into your actual PHP code.<<less
Added: 2007-07-06 License: Freeware Price: $0.00USD
11 downloads
 
Other version of PHP include file tutorial
PHP include file tutorialIn this tutorial I will show you how to divide your code into more files and how to include various files into your actual PHP code. PHP include
License:Freeware
Download
856 downloads
Added: 2007-07-06
Ajax Rotating Includes script

Ajax Rotating Includes script


This Ajax script lets you enter a list of external pages for the script to choose and selectively include one onto the current page. Think of it as SSI client side. You can choose to display a different file for each day of the week, month, or randomly. more>> This Ajax script lets you enter a list of external pages for the script to choose and selectively include one onto the current page. Think of it as SSI client side. You can choose to display a different file for each day of the week, month, or randomly.<<less
Added: 2006-01-12 License: Freeware Price: $0.00USD
11 downloads
crackerDB

crackerDB


This is a very limited, barely visual database manager. Users will need to know the SQL statements to locate the necessary data within the database. A login function has been included to allow it to b more>> This is a very limited, barely visual database manager. Users will need to know the SQL statements to locate the necessary data within the database. A login function has been included to allow it to be published in a less-than-secure location.<<less
Added: 2004-11-14 License: Freeware Price: Free
1804 downloads
UVOneliners

UVOneliners


A simple script to display a single random line of text anywhere you include the code on a page. A text file containing 385 one-liners is included. more>> A simple script to display a single random line of text anywhere you include the code on a page. A text file containing 385 one-liners is included.<<less
Added: 2006-06-17 License: Freeware Price: Free
1225 downloads
HexEd

HexEd


HexEd is a simple flash based Hexadecimal editor for choosing colours for your website and such.. included is 10 predefined colours, and endless possibillities to make your own colour by using the up/ more>> HexEd is a simple flash based Hexadecimal editor for choosing colours for your website and such.. included is 10 predefined colours, and endless possibillities to make your own colour by using the up/down arrows. There is an online version or if you prefer it, a downloadable exe version.<<less
Added: 2005-09-22 License: Freeware Price: Free
1530 downloads
Simple counter

Simple counter


easily installable web counter, this gives you option to have sperate hit counts for each page with only having to use one included script. more>> easily installable web counter, this gives you option to have sperate hit counts for each page with only having to use one included script.<<less
Added: 2006-12-20 License: Freeware Price: Free
1040 downloads
Intersitial Ad Page 1

Intersitial Ad Page 1


Free but copyrighted, this script will display an interstitial ad page once in each session. User has the option to wait for the default 20 seconds or skip altogether. Delay is configurable and intructions are included in interstitial.php Edit more>> Free but copyrighted, this script will display an interstitial ad page once in each session. User has the option to wait for the default 20 seconds or skip altogether. Delay is configurable and intructions are included in interstitial.php Edit ads.php to show your own ads or affiliate ads. Sample 3 column (tables) layout included.<<less
Added: 2006-08-09 License: Freeware Price: $0.00USD
17 downloads
The Difference Between require() and include()

The Difference Between require() and include()


Did you know that require() and include() work differently? Both are used for including code in another file into your program, but there is a crucial difference in how they operate when that file can more>> Did you know that require() and include() work differently? Both are used for including code in another file into your program, but there is a crucial difference in how they operate when that file cannot be read which any PHP programmer needs to know about. Theres also a slight difference with require() between new and older versions of PHP which this tutorial discusses too.<<less
Added: 2006-01-04 License: Other Free / Open Source License Price: Free
1393 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5