PHP demos and example pages

Find below all our PHP demo scripts, the demonstration pages are also linked from each script or tutorial. For security reasons, a few demo’s will show only dummy content. For the bests experience you should download and install each PHP script on your own web server.

Ajax Live Search demo

Try here the code from our Ajax live search tutorial while searching for articles posted on this website.

Contact form with MailChimp checkbox

ry this contact form demo with MailChimp subscribe feature. You can join our mailing list if you confirm the subscription (double-optin).

No CAPTCHA reCAPTCHA example

This reCAPTCHA demo page is using some simple PHP code that demonstrates how you can use the reCAPTCHA API to protect a comment form against spam bots.

Form field validation test application

An example script that demonstrates how to use the form field validation class, validate text, dates, numbers, URLs and e-mail addresses with only a few lines of code.

Check empty form fields with PHP

Validate with this function if the required fields of your form are empty and send a message to the browser if this is true.

jQuery flickr image search

This flickr search page demonstrates how-to search images using the Flickr API system, PHP and jQuery.

jQuery Registration form

Using the jQuery Ajax function we test each field against the check.php script, if the test fails, an error will show up.

Hide mailto: e-mail link processor

This demo will convert a string with e-mail address, subject, element label and additional text to a complete a-element where the e-mail address is hidden for several SPAM bots.

Modal upload demo using jQuery and PHP

Upload a file within an IFRAME (created by the Thickbox jQuery plugin) and pass the uploaded file name to the parent document.

Alternative colored rows

This PHP script example shows a MySQL database result in different colored rows with also colored hover effects inside a div HTML element.

Dynamic PHP navigation list example

Try the demo for the PHP navigation list tutorial. We are using some links to the freelancer.com website to show how the code works.

Check (back) links using PHP

At the moment you need to test several websites for a back link to your website you need a back link checker. This example shows the functionality with a simple HTML form.

PHP File upload and download demo

This example page shows a group of PHP file and directory functions: file upload and download, open a directory, showing the uploaded files in a select menu.

Ajax upload example using our PHP upload class

Upload files using the jQuery Form Plugin and the PHP upload class provided for free at Web Development Blog.

PHP Pagination example page

Try the PHP pagination script example page, try different navigation links and check the pagination information.

Regular expressions test page

Regular expressions are very powerful to use for validation of HTML form inputs. This example demonstrates tests for decimals, the Dutch postal code and email addresses.

jQuery function demonstration

Try these functions from a blog post about jQuery, full code download available!

Get templates from the TemplateMonster API

On this demo page we show how-to use some PHP code to retrieve template data from the TemplateMonster API system.

MySQL database result – nested repeat region

This example shows some rows from MySQL database result set inside a nested repeat region. This will mean that the records are looped in both directions (horizontal and vertical).


PHP Whois demo with conditional result

This whois query example will show you basic functionality how to build a domain name registration page. In place of a registration form a simple banner will show up.