Featured Articles
448 days agojQuery Calendar Widget Plugin
463 days agoBest Examples of Free jQuery Content Sliders
Get content between a div tag
Assign the content or the user file_get_contents(”) specify your html file to get the content.
The following code will help you to get the content between a div tag.
<?php
$html ...
How to get latitude and longitude from an address
Get the latitude and longitude from an address. Specify your google map api key in the code and pass an address in the url.
Here http://maps.google.com/maps/geo is the url where we ...
Code for google map with markers
Go to google key generation site by following this link Google Map API Key.
Create the key for your site access and assign that key in the below code where we mentioned the “$google_map_key” ...
Import and export data using php
The function “ExportToCSV” will export the data from mysql databse table to csv file. Just pass your mysql query into this function it will automatically creates a csv file ...
Jquery form validation with ajax submit
Copy the below code and save into a php file. Change the “yourphpurl” in the below code with your ajax serverside url. Run it in your environment it will show you how to ...
Jquery noconflict
WordPress is wonderful publishing platform with many JavaSript Framework including jQuery. Until today jQuery is one of the favorite JavaScript library, it’s more easy, a lot of plugin ...
PHP Date and Time Functions
PHP offers a few really nice functions to manipulate dates and times. With the functions built into PHP, you can easily pull individual parts of a date or time and use it or format ...
How to connect to MySQL database using PHP
Before you can get content out of your MySQL database, you must know how to establish a connection to MySQL from inside a PHP script. To perform basic queries from within MySQL is ...
How to upload files in php
PHP makes uploading files easy. You can upload any type of file to your Web server. But with ease comes danger and you should be careful when allowing file uploads.
In spite of security ...
Jquery Time Picker
The timepicker is tied to a standard form input field. Focus on the input (click, or use the tab key) to open an interactive time in a small overlay. Choose a time, ...
