Posts Tagged ‘url’

PHP Tutorials: Full URL Shortener (Part 1/8)

A complete guide to creating a URL shortener website from the start. Uses jQuery to create an easy to use interface. You can view the demo and use the service at min.bz WEBSITE http FORUM phpacademy.org TWITTER twitter.com FACEBOOK www.facebook.com

PHP Tutorials: Create a Search Engine (Part 5/5)

Create a search engine for any purpose. This search engine can be implemented anywhere to search your website content, or to search pages on the web.

PHP Tutorial: URL Shortener [part 02]

In this video I complete the backend file and create the shorten.php page.

PHP Tutorials: Create a Search Engine (Part 4)

Create a search engine for any purpose. This search engine can be implemented anywhere to search your website content, or to search pages on the web.

PHP Tutorial // URL Shortener with HTACCESS (Part 2/3)

How to make a URL shortener using htaccess and php to get a shortened url that looks like… website.com/Eqeb4 Download The Source Code Package (include a the database file): www.nickfrosty.com

PHP Tutorial // URL Shortener with HTACCESS (Part 1/3)

How to make a URL shortener using htaccess and php to get a shortened url that looks like… website.com/Eqeb4 Download The Source Code Package (include a the database file): www.nickfrosty.com

PHP Tutorials: URL Shortener (Part 2)

WARNING: As the final code of the tutorial stands, it is not secure to run on a public server. There will be a revision of this tutorial soon to come. Learn how to create a simple URL shortener, similar to those such as bit.ly Visit the forum for help! http Follow on Twitter! twitter.com

PHP Tutorials: Create a Search Engine (Part 2)

Create a search engine for any purpose. This search engine can be implemented anywhere to search your website content, or to search pages on the web.

PHP Tutorial: Vanity URL (Part 1)

To create the .htaccess file on a local server (windows): 1. Open a command prompt. 2. Switch to the directory where profile.php, etc. will be. 3. Type “notepad .htaccess” (without quotes) 4. If you’re prompted to create the file, accept this. 5. Type the .htaccess contents you see in the tutorial. Note: On a hosted server, you can easily create a .htaccess file using a file manager. It’s even easier using FTP. This tutorial will allow you to create a ‘Vanity URL’ system within your website, which allows user profiles to look something like youtube.com rather than youtube.com (for example). FORUM phpacademy.org TWITTER twitter.com WEBSITE phpacademy.org

PHP Tutorials: Create a Search Engine (Part 3)

Create a search engine for any purpose. This search engine can be implemented anywhere to search your website content, or to search pages on the web.