MD5 in php example
MD5: MD5 can be used to store password or high secured data as a hash key. Sample PHP Program: [php] […]
» Read morenext gen Developer
MD5: MD5 can be used to store password or high secured data as a hash key. Sample PHP Program: [php] […]
» Read moreLISTAGG EXAMPLE IN ORACLE: LISTAGG can be used to get all the row values in single row. Example: [STUDENT_TABLE] Student_id […]
» Read morePHP Program Sample: [php] <?php $place = ‘Arcot’; $pincode = ‘632503’; $place_pincode = array($place=>$pincode); $json_value = json_encode ($place_pincode); echo $json_value; […]
» Read moreThe below are the mostly used oracle date formats: MM/DD/YYYY HH.MI.SS – 01/23/2014 08.41.56 MM/DD/YYYY HH24.MI.SSFF – 01/23/2014 08.41.56066000 MM/DD/YYYY […]
» Read morejava.lang.UnsupportedClassVersionError: : Unsupported major.minor version 51.0 Root cause: Project/Program would have compiled in some version and trying to run in […]
» Read moreHow to get payment gateway approval for your website ??? I got payzippy payment gateway approval for my website. What […]
» Read moreYou would have seen in many recharge websites, After entering your mobile number, operator will be chosen automatically. Here you […]
» Read moreorg.hibernate.NonUniqueObjectException: a different object with the same identifier value was already associated with the session: Meaning of this exception: If […]
» Read morewe know how to debug in eclipse using breakpoints, Now we are going to learn how to debug based on […]
» Read moreIn websphere 6.1 or 7.0 or 8.0, xhtml or jsp changes also will expect the server to restart by default. […]
» Read more