A search engine for images on the filesystem with Ajax and PHP | Articles Ajax | Ajax | centre-equestre-lepuy.com ..


Sponsored Links

A search engine for images on the filesystem with Ajax and PHP

Article written by Riccardo Brambilla
Page 1 of 6

The idea is to create a pleasant user interface to search within the folder containing the images loaded in a site.

Our page is initially present in this way:

first access

The required

We need a nice mix of technologies for this project, but all are well known, and of course use PHP in particular one of Program Execution Functions (which I will briefly describe below), the exposure coupled with the famous jQuery Plugin jQuery LightBox and Unlike previous articles, where we made ​​use of HTML4/XHTML this time we will use HTML5 because now it's time to exploit it, at least in part.

The Program execution of PHP Functions

This feature set allows you to execute system commands as if they directly started from the shell.
And 'it can act on the potential of using low-level operating system, especially UNIX-Linux system to which they were intended.

To use them you need to check some settings in our php.ini file. If we have safe_mode set to "On" can be executed only the files contained in directories specified by safe_mode_exec_dir

(The article continues below ...)

We proceed to a quick rundown of the features we are talking about, with examples ...

In the same category ...
E-Learning
AJAX Course AJAX Course
Web 2.0 AJAX-based applications with ASP, ASP.NET and PHP. Discount -10% until 06/01/2012.
Javascript Course Javascript Course
Complete guide to client-side scripting. Discount -10% until 06/01/2012.
PHP Course PHP Course
Full course for creating dynamic Web sites. Discount -5% until 06/01/2012.
Sponsored Links