Don't know about you but a lot of what I do requires having access to multiple email addresses (testing websites that require signup etc). In steps Gmail. If you have…
For WAMP Server 3 and above Version: In WAMPServer 3 there is a Virtual Host defined by default. Therefore the above suggestions do not work. You no longer need to…
The numeric system represented by Roman numerals originated in ancient Rome and remained the usual way of writing numbers throughout Europe well into the Late Middle Ages. Numbers in this…
Step: 1 Create the Virtual Host First, you need to navigate to D:wamp64binapacheapache2.4.27confextra or wherever your WAMP files are located. Then, edit httpd-vhosts.conf with any text editor. In my case,…
<?php $start = date_create('1989-04-01'); $end = date_create(); // Current time and date $diff = date_diff( $start, $end ); echo 'The difference is '; echo $diff->y . ' years, '; echo…