+40 745 232 788

Online Solutions Development Blog   |  

RSS

Category Archives: PHP

posted by ,
Categories: Ajax, HTML, JavaScript, PHP
Tags , , , , ,

The last article I’ve wrote was about Dynamic jQuery Slider search. In this article I will search within some estates using a zip code and a slider for radius and in the end show the results in a map (grouping them in clusters). The final result will look similar with the following image: We will …

posted by ,
Categories: Ajax, JavaScript, PHP
Tags , , , ,

In this article, I will show you how to make a search within intervals using AJAX and jQuery Slider. I will use for example purpose a search between a minimum and a maximum price of some estates that will look like the one you can see in these images: We will use a HTML file, …

posted by ,
Categories: PHP
Tags , , ,

Hello! Today we published a facebook application consisting of a PHP Quiz on our page and in the following article I will let you know what were the steps needed to create it. Most people realized that facebook applications are a great way to promote a business and more and more customers require such apps from us, the …

posted by ,
Categories: PHP
Tags , ,

When you have to upload an unknown number of files with php, adding some jQuery script can make your job a lot easier than you think. On this post I’ll show you how to do that in no time and effortless. First, let’s create the html form and add two “buttons” that will be used …

posted by ,
Categories: PHP
Tags , ,

If you want to provide the ability to download some content (like a text from the database) or to be sure that the browser won’t open a file you gave a like to instead of downloading it here are the few lines of php code that you can use to do that: In this context …