Browsing Category
Php
jQuery Full Calendar Integration with Bootstrap, PHP & MySQL
Recently I have used this plugin in an application and faced some issues to integrate it with bootstrap so I don’t want my readers to waste time in integration in this tutorial you will get a fullcalendar working with bootstrap, PHP & …
How to fetch YouTube video information using YouTube data API Using PHP
In this tutorial we are going to discuss about how to fetch youtube video information like video title, description, images, view count, like count, dislike count, favorite count, comment count etc.
This tutorial will explain you the…
How to shutdown computer using PHP Script
In this quick tutorial I am going to show you How to shutdown computer using PHP Script. You can easily configure shoutdown and reboot command in PHP and control system command from web If your Apache/PHP configuration is setup to allow the…
Create Facebook Like Website with Jquery, MySQL and PHP.
acebook like system is one of the best implementation in social network systems, may be in future based on like data Facebook going to launch semantic search engine. In this post I have explained how to implement like/unlike system database…
How to Image / File Upload with Progressbar Using PHP & Jquery ?
In this post i am going to talk about very useful script written in php and jquery that is image/file upload with progress bar.I have created a very minimal code without any big uploading libraries.
Please Note: The progress bar requires…
Create Quick AutoComplete Tag Selector Using jQuery Tagator Plugin
In this tutorial I am going to introduce awesome jQuery plugin (Tagator) to create quick autoComplete tag selector, You can easily configure this plugin in your existing sites to add auto-suggest tag selected feature, It will help your user…
Image/File Upload with Progressbar Using PHP & Jquery
In this post i am going to talk about very useful script written in php and jquery that is image/file upload with progress bar.I have created a very minimal code without any big uploading libraries.
Please Note: The progress bar requires…
How to Integrate Stripe Payment Gateway in PHP
Integrating payments with Stripe is easy. You would need a quick registration on http://www.stripe.com, after which you can use the test version of the Stripe API until your web app is deployed and the live version afterwards. Stripe is…
Sending email in php using phpmailer class with and without attachment
In this tutorial I am going to discuss about sending email in php using one of most popular library called phpmailer.
We can also send mail using default php mail() function then why we need to use phpmailer, the answer is it is well…
Animated Organisational Tree Chart Plugin With jQuery OrgChart
Today I am going to introduce one more awesome jquery plugin to create Animated Organisational Tree Chart With jQuery OrgChart Plugin. This plugin is quite awesome for creating Organisational chart and displaying fancy MLM Tree View. You…