difference between array_combine and array_merge ? difference between array_combine and array_merge ? Reviewed by Dhaneshwar on 11:46:00 AM Rating: 5

Evergreen Interview question

Dhaneshwar 10:53:00 AM
Pyramid of asterisks in php <?php $height = 10; //Height of Your Pyramid  for($i=1;$i<=$height;$i++){     for($t = 1;$t...Read More
Evergreen Interview question Evergreen Interview question Reviewed by Dhaneshwar on 10:53:00 AM Rating: 5

How to set virtual host

Dhaneshwar 11:54:00 PM
setting virtual host in windows Open httpd-vhosts.conf file from c:\xampp\apache\conf\extra and add this code to the end of the file ...Read More
How to set virtual host How to set virtual host Reviewed by Dhaneshwar on 11:54:00 PM Rating: 5

How to kill process in Windows

Dhaneshwar 11:39:00 PM
How to kill process with process id in windows? taskkill /pid 1234 /f Here 1234 is your Currently running process id. Read More
How to kill process in Windows How to kill process in Windows Reviewed by Dhaneshwar on 11:39:00 PM Rating: 5
How to allow only numeric (0-9) in HTML inputbox using jQuery? How to allow only numeric (0-9) in HTML inputbox using jQuery? Reviewed by Dhaneshwar on 10:21:00 PM Rating: 5

How to Fix?Header Already sent.error

Dhaneshwar 2:21:00 AM
How to Fix?Header Already sent.error Warning: Cannot modify header information - headers already sent by (output started at /home/iesmad...Read More
How to Fix?Header Already sent.error How to Fix?Header Already sent.error Reviewed by Dhaneshwar on 2:21:00 AM Rating: 5

Know about Php

Dhaneshwar 2:34:00 AM
What is PHP? PHP is an acronym for "PHP: Hypertext Preprocessor".PHP is a server-side scripting language designed for web deve...Read More
Know about Php Know about Php Reviewed by Dhaneshwar on 2:34:00 AM Rating: 5
Powered by Blogger.