Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type

New Scripts | PHP | Tutorials & Tips | Redirection

Results 1-10 of 10
Removing the PHP Extension from a URL
If you are developing a website in PHP then most of your files will end in the .PHP file extension. This works just fine for your development, but when you release your website the .php extension is just added characters in the URL. Most websites that use PHP simple have the extension of the page removed. This leads to cleaner, shorter, and easier to read URLs. It is also better for your SEO or Search Engine Optimization. Using a simple .htaccess file with a few lines we can automatically add the .php file extension to any URL without it. This means something like example.com/page will look like example.com/page.php to the computer, but still retain the cleaner look of example.com/page to the user. Note: You can still explicitly call any page even with this change.
(0 ratings)
Reviews0
PriceFree
Views463
Macronimous - The need for PHP code refactoring
Refactoring is changing of complex and complicated programming codes into simple and confusion-less ones, thereby restructuring the complete set of codes into easily readable formats, without any change in the output or functionality.Refactoring does not include fixing of glitches or including of new functionalities or practices to the existing set of codes.
(0 ratings)
Reviews0
PriceFree
Views551
Creating a TinyURL Clone
This tutorial will explain how to create a basic clone of the TinyURL service. If you've never heard of it, TinyURL allows you to turn long URLs into shorter links so they can be easily sent via email or other means. It might be fun to create your own personalized version that works just as well, and it's very easy to do. We'll go over the database structure, creating the required PHP script, and using mod_rewrite to make nicer URLs. Updated: Aug. 3, 2009
(0 ratings)
Reviews0
PriceFree
Views1357
PHP redirect page
posted byphpf1inRedirection
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.
(9 ratings)
Reviews0
PriceFree
Views5361
PHP browser redirect
Learn how to program a simple php script borwser redirect. Simple, complete and easy to learn using a simple example of the code with explications and many more. Alright, this is a simple little script which will take you to one page if you're using Internet Explorer, and another page if you're using some other browser.
(6 ratings)
Reviews0
PriceFree
Views1794
Php .htaccess mod_rewrite tutorial
There are a lot of tutorials that show how to change an address like: 1. www.mysite.com/products.p hp?product_id=1234 into others like: 2. www.mysite.com/products/1 234 In this article we'd like to go one step forward and create something like: 3. www.mysite.com/easy-to-re member-product-name
(3 ratings)
Reviews0
PriceFree
Views1497
Redirect function with permanent 301 redirect support
An example of simple function ae_redir() for HTTP redirect. It supports relative site paths and permanent(seo-compatible) redirects. There is also function ae_redir_die() which stops execution of script after sending redirect.
(3 ratings)
Reviews0
PriceFree
Views1539
Redirect users by browser language
Give a professional touch to your site learing how to redirect your website users basing the choice on the language that is set in the browser.
(3 ratings)
Reviews0
PriceFree
Views2456
PHP Auto Redirection
Learn how to make auto redirection with PHP. There is nothing much to learn, just a little code.
(15 ratings)
Reviews0
PriceFree
Views8491
simple redirection
For designer who use many html files for his/her site to specific browser, this is just a sample you can customise by yourself.
(6 ratings)
Reviews0
PriceFree
Views10843
Results 1-10 of 10