⟩ Can you name three ways to define a color in html?
1) Hex
2) RGB
3) Name (ie red)
.colorMe {
color:red;
color:#ff0000;
color:rgb(0,0,255);
}
1) Hex
2) RGB
3) Name (ie red)
.colorMe {
color:red;
color:#ff0000;
color:rgb(0,0,255);
}
Tell me what’s the special meaning of __sleep and __wakeup?
Tell us how can we change the maximum size of the files to be uploaded?
Tell me what Is a Session?
Tell me what are the differences between require and include?
Tell us is it possible to extend the execution time of a php script?
Tell me what does $GLOBALS means?
How to execute a PHP script from the command line?
Tell me what is the functionality of the function strstr and stristr?
What does PEAR stands for?
Tell me how can we register the variables into a session?