php page reload
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 6618
Php Homepage 1.6a
Php Homepage is a PHP/MySQL application that allows you to generate homepages with links for Internet navigation. It features customizable headings and layouts, and link management facilities. Available in French, English and Russian. To install, simply more>> Php Homepage is a PHP/MySQL application that allows you to generate homepages with links for Internet navigation. It features customizable headings and layouts, and link management facilities. Available in French, English and Russian. To install, simply create a database, configure the file config.inc.php for your table, and open the index.php page in your browser. Tables will be generated upon accessing the index.php page.<<less
Added: 2001-08-09 License: Freeware Price: 0.00EUR
13 downloads
Other version of Php Homepage
License:Freeware
PHP redirect page 1.1
In this tutorial I will show you how to redirect pages in PHP. You can find all important aspects and code examples about PHP redirection. more>> In this tutorial I will show you how to redirect pages in PHP. You can find all important aspects and code examples about PHP redirection.<<less
Added: 2007-07-13 License: Freeware Price: $0.00USD
14 downloads
Other version of PHP redirect page
License:Freeware
Protect A PHP Page 1.1
This script can easily be pasted into any PHP page to protect its contents. The user will only be allowed to visit the page, once the correct username and password is given. more>> This script can easily be pasted into any PHP page to protect its contents. The user will only be allowed to visit the page, once the correct username and password is given.<<less
Added: 2008-01-04 License: Freeware Price: $0.00USD
12 downloads
PHP:Paging
PHP:Paging is a PHP component that will help you create paging easy and quickly. Creating good paging is often a big hassle, and you often have to use a lot of if-else statements or use difficult temp more>> PHP:Paging is a PHP component that will help you create paging easy and quickly. Creating good paging is often a big hassle, and you often have to use a lot of if-else statements or use difficult template language. PHP:Paging does this all for you, and all you need to do is write some simple HTML. With PHP:Paging you will be able to create simple or advanced paging within seconds. You will be able to link directly to certain pages, link to next pages, link to different perpage links, and more. Its all explained in the manual.<<less
Added: 2005-08-06 License: Commercial License Price: $24.99AdditionalInfoEnterpriseEditionAllowsyoutousePHPPagingunlimited,andyouareallowedtouseitincommercialprojects.
936 downloads
Page Timer
This PHP class keeps track of the time that a page script takes to execute. more>> Page Timer offers you a powerful PHP class which lets you keep track of the time that a page script takes to execute. The measured time can also be outputted to the current page.<<less
Added: 2009-06-24 License: GPL - GNU General Public License Price: GPLGNUGeneralPublicLicense
20 downloads
DCO Page Editor 1.0
DCO Page Editor uses PHP to simply pull the content of your page from a text file. Based on whether you have set it to edit or not it will show either the content from the text file, or show that content in a text area to allow you to edit that same more>> DCO Page Editor uses PHP to simply pull the content of your page from a text file. Based on whether you have set it to edit or not it will show either the content from the text file, or show that content in a text area to allow you to edit that same content.<<less
Added: 2008-02-12 License: Free Non-Commercial Price: $0.00USD
14 downloads
Page Load Time Walkthrough 1.0
This tutorial will show you how to add your page load time to your PHP pages. It includes code that is able to be copy and pasted for easy assembly. more>> This tutorial will show you how to add your page load time to your PHP pages. It includes code that is able to be copy and pasted for easy assembly.<<less
Added: 2005-06-10 License: GPL Price: $0.00USD
11 downloads
Other version of Page Load Time Walkthrough
License:GPL
A Simple PHP Template None
This template can display content in the form of HTML, PHP, and TEXT on the main page. I use this type of template for most of my websites. It is simple and fast, and easy to use. Just copy and paste into any PHP page. more>> This template can display content in the form of HTML, PHP, and TEXT on the main page. I use this type of template for most of my websites. It is simple and fast, and easy to use. Just copy and paste into any PHP page.<<less
Added: 2006-07-10 License: PHP Price: $0.00USD
14 downloads
Measure page load time with php 1
A php class that you can use to measure page load time. Example is included more>> A php class that you can use to measure page load time. Example is included<<less
Added: 2007-09-26 License: GPL Price: $0.00USD
15 downloads
Web Page Password Protect 2.13
Password protect your content with Web Page Password Protect by just adding one line of PHP code to your page source. Script will present user with password entry form, and will not let visitor see your private content without providing correct more>> Password protect your content with Web Page Password Protect by just adding one line of PHP code to your page source. Script will present user with password entry form, and will not let visitor see your private content without providing correct password. Usage: * Update password_protect.php with your desired password * Add one line of PHP code to every page you would like to be password protected Note: visitor will not have to re-login to each protected page if one has cookies enabled.<<less
Added: 2006-07-24 License: Freeware Price: $0.00USD
14 downloads
Other version of Web Page Password Protect
License:Freeware
PHP code display 1.0
If you wish to display PHP code on your website then this function is for you. Based on the already available function highlight_string(). PHP code displays builds on it and makes it more suitable for displaying PHP on a web page. more>> If you wish to display PHP code on your website then this function is for you. Based on the already available function highlight_string(). PHP code displays builds on it and makes it more suitable for displaying PHP on a web page.<<less
Added: 2008-08-09 License: Freeware Price: $0.00USD
12 downloads
Use PHP on pages without a .php extension
This guide will tell you how you can use .htaccess to use PHP code on pages that dont have a .php extension, for example on a page called index.htm. more>> This guide will tell you how you can use .htaccess to use PHP code on pages that dont have a .php extension, for example on a page called index.htm.<<less
Added: 2005-11-01 License: Other Free / Open Source License Price: Free
1491 downloads
Paging Results in PHP
Following examples teaches how to query a mySQL database and getting results in pages. Every page displays results maximum 10 results in a single page. more>> Following examples teaches how to query a mySQL database and getting results in pages. Every page displays results maximum 10 results in a single page.<<less
Added: 2006-09-06 License: Freeware Price: Free
1254 downloads
A Simple PHP Template
This template can display content in the form of HTML, PHP, and TEXT on the main page. I use this type of template for most of my websites. It is simple and fast, and easy to use. Just copy and paste more>> This template can display content in the form of HTML, PHP, and TEXT on the main page. I use this type of template for most of my websites. It is simple and fast, and easy to use. Just copy and paste into any PHP page.<<less
Added: 2006-07-10 License: PHP License Price: Free
1260 downloads
AJAX get page title example
AJAX (Asynchronous JavaScript and XML) is a JavaScript technique which involves special object XMLHttpRequest and sending/receive asynchronous (without full page reload) requests to server. This is an example of simple AJAX application which allows user more>> AJAX (Asynchronous JavaScript and XML) is a JavaScript technique which involves special object XMLHttpRequest and sending/receive asynchronous (without full page reload) requests to server. This is an example of simple AJAX application which allows user to enter web-page url and display title of that page right after user stops typing.<<less
Added: 2006-11-06 License: Other Price: $0.00USD
15 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above php page reload search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed