Preview Image before upload using Jquery and PHP
Preview Image before upload using Jquery and PHP: Image uploading is basic mandatory functionality in any applications where we need […]
» Read morenext gen Developer
Preview Image before upload using Jquery and PHP: Image uploading is basic mandatory functionality in any applications where we need […]
» Read moreAutocomplete is a basic mandatory functionality in any web development. It will help user to find the correct item just […]
» Read moreGoogle Book Search API to search Related Books with Keywords: Searching the books with user keyword is became very easy […]
» Read moreHow to use property file in php ? What is Property file ? Property file in php will have the […]
» Read moreWarning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at session_start() should be used first […]
» Read morePHP Hello world Cron Job in Cpanel (step by step explained) Step 1: Login to cpanel and click the Cron […]
» Read moreChecking variable presence in php: isset(): isset() is a function used to identify whether the variable is present or not […]
» Read moreEqual (==) vs Identical (===): Equal (==): To compare the value of the variable. Eg: [php gutter=”false”] <?php $a = […]
» Read moreReference operator: Reference operator(&) introduced in php 4.0 version. Why we need reference operator ? Consider this is the scenario, […]
» Read more