A simple jQuery image cropping script. Steps to crop image: Choose the image by clicking on browse button Upload the selected image Perform cropping action Click on submit button Cropped image would be generated.
Month: February 2017
How to get uploaded file type in php
This post will help you to get file type of any uploaded file.
Post data using CURL and PHP
CURL is a tool to transfer data from or to a server, using one of the supported protocols (DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET and TFTP). If you want to redirect to url along with POST variables, then use […]

Google plus login in php
Google Plus API for developers allows you to fetch public data from Google+. The Purpose of Google+ API is to provide a programming interface so that you can integrate application or website with Google+. It mostly uses standard HTTP method by means of RESTful API design to fetch and manipulate user data.
Upload multiple files in Codeigniter
This tutorial will show how to upload multiple files in Codeigniter. This is 100% working code. Tutorial contains HTML and Codeigniter code to upload files.
Country, State, City list in Mysql file
This post will help you to get List of all available Countries, States and Cities list in Mysql file. You can simply download the file extact it and import the sql file into you database and start using it.
Login with linkedin in php
LinkedIn is a business and employment-oriented social networking service that operates via websites. it is mainly used for professional networking, including employers posting jobs and job seekers posting their CVs. LinkedIn allows users (workers and employers) to create profiles and “connections” to each other in an online social network which may represent real-world professional relationships. […]

Generate lead in mailchimp campaign using php
This post will help you to generate lead in any MailChimp Campaign using it’s Php library. Follow the steps of this tutorial and you will be able to add email to listed campaign into any mailchimp account. About MailChimp MailChimp is an email marketing service and the trading name of its operator, an American company, founded in […]