Browsing Category
php
6 posts
How to use mysqldump command to backup mysql 5 database?
What's mysqldump command? mysqldump is a MySQL utility for taking logical backup and restore of MySQL tables and…
PHP – Import DigitalAccessPass existing users into vbulletin 5 connect for auto-login
I work for many customers who has business model of online sales of digital products like ebooks, video…
AJAX style multiple images upload using HTML5, JSON and jQuery
You might have seen at many places like Facebook or even in wordpress editor - "Add Media" section,…
WordPress Plugin Tutorial – Most shared/popular articles on facebook
To implement most shared url of any wordpress blog, first of all download facebook php sdk here Some…
Demo: PHP-MySQL database connection using namespaces
Namespace in PHP:- Namespace concept isn't any new for programmers coming from c++, java, python or ruby platform. …
How to upload file using jQuery, iframe and PHP
A jQuery tutorial to make simple file upload using iframe that looks like ajax upload.