Category Archive
for: ‘PHP’

Friendly url using php and htaccess

Modern database driven web sites implement SEO-friendly URLs emulating static directories and files. Switching to such “clean” URLs enables good indexing by search engines, makes URLs more user-friendly and hides the server-side language.

Read More

Useful PHP Regular Expression

In computing, regular expressions, also referred to as regex or regexp, provide a concise and flexible means for matching strings of text, such as particular characters, words, or patterns of characters. A regular expression is written in a formal language that can be interpreted by a regular expression processor, a program that either serves as [...]

Read More

Email Address Verification with PHP

This PHP email verification Class lets you verify if an email address is valid and really exists. It works as SMTP Server: MX-Records are extracted from a DNS Server, then the Script connects to SMTP servers and simulates the sending of a message. Unfortunately For some domains you can’t verify whether the address is good [...]

Read More

jQuery autocomplete

Auto-completion of search terms is an AJAX feature popularized by Google that reduces typing by listing possible keywords as the user types. This article will show you the steps of building a auto suggestion box with PHP and jQuery (No autocomplete Plugin or any other components are needed). We’re going to check what a user [...]

Read More

Youtube Video Downloader in PHP

The following Php-Script is able to download videos from youtube in three different formats (MP4 for hight, FLV for medium and 3GP for low quality). In addition the script provides a preview of the current video. Simply copy the code below and paste on your website and start downloading youtube videos. Enjoy!

Read More

Browser Erkennung mit PHP und jQuery

Eine Browser detection ist eine Erkennung des Internet Browsers, der gerade von demjenigen Besucher verwendet wird, der sich auf der Seite befindet. Die Browser Erkennung kommt für viele Zwecke zum Einsatzt. Z.B. möchte man eine Meldung ausgeben, wenn ein Besucher mit einem veralteten Browser (z.B. Internet Explorer 6) die Seite aufruft, die dazu auffordert ein [...]

Read More
 
© 2010 onYou GmbH. All Rights Reserved