PHP explode() with multiple delimiters

Simple use this code <?php function multiexplode ($delimiters,$data) { $MakeReady = str_replace($delimiters, $delimiters[0], $data);

How To Stop Windows 10 Automatic Updates

For stop automatic update on windows 10 just follow this few steps. Open control panel make sure currently viewing as Large icon, Double click on

If statement in excel

The main syntax for the IF function in Microsoft Excel is: IF( condition_here, [value_if_true], [value_if_false] ) If A1 equal to B1 =IF(A1

Stop Chrome auto refresh tab (Stop auto tab discarding)

If you want to stop chrome auto discarding you simple follow this step. open chrome://flags/ on your chrome find Automatic tab discarding

WordPress register and get custom size thumbnail

For registration add this code on function.php add_image_size( 'size-name', 220, 180, true ); size-name It's must should be unique but you can use

WordPress meta_query by compare (value, array, date)

Simple meta query options = equals != does not equal > greater than >= greater than or equal to < less than <= less than or

Get Windows Photo Viewer back in Windows 10

If you want to get back Windows Photo Viewer in Windows 10 simple follow this step. Open a new text document copy below code and same that text wi

XAMPP: Port 80 in use by “Unable to open process” with PID 4!

Port 80 in use by "Unable to open process" with PID 4! Don't worry solution is ready for you! Just follow all instruction included below. Ri

WordPress query by meta name and value

This is sample code for WordPress query by meta name and value $args = array( 'post_type' => 'post', 'post_status' => 'publish',

WordPress query by taxonomy

This is sample of WordPress query by taxonomy $TaxQuerya[] = array( 'taxonomy' => 'category', 'field' => 'slug', 'terms' => 'new