PHP demos and example pages
Find below all our demo scripts, the demonstration 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 the script on your own web server,
- 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. - jQuery Ajax Search demonstration
Try here the code from our jQuery search tutorial while searching for topics posted to our forum. - jQuery flickr image search
This flickr search page demonstrates how-to search images using the flickr API system, PHP and jQuery. - Custom reCAPTCHA example
This demo is about our reCAPTCHA tutorial from the Web Development Blog. Create and test reCAPTCHA challenge images. - 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. - How-to convert long strings with PHP
This script will help to prevent unwanted form input with many the same characters. The returned version is a cutted version of the original. - 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. - Hide mailto: e-mail link processor
This demo will convert a string with e-mail address, subject, element label and additional text to a compleet a-element where the e-mail address is hidden for several 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. - Modal upload demo using jQuery and PHP
Upload a file within an iframe / 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. - Ajax upload example using our PHP upload class
Upload files using the jQuery Form Plugin and the php upload class provided for free by finalwebsites.com. - Check (back) links using PHP
At the moment you need to test several websites for the existents of a back link to your website you need a 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. - 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 Pagination example page
Try the PHP pagination script example page, try different navigation links and check the pagination information. - 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. - 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 e-mail addresses. - Get templates from the TemplateMonster API
On this demo page we show how-to use some PHP code to retrieve template data from templatemonster's webapi. - Get the Page Title and Meta description from a website
Retrieve META data and the title of a particular website while using a regular expression and some native PHP file functions. - Build web template banners with the data from your database
In this demo we retrieve template data from our MySQL database. This way it's much faster to show data from TemplateMonster API on your website. - Ajax example form sending mails with PHPMailer
Try this tutorial example of our php mail form and learn how the ajax request and response works for the user.