What’s PHP ? The PHP Hypertext Preprocessor is a programming language that allows web developers
How do I add external CSS OR JS libraries in Drupal 8 ? You need
1) how to improve DRUPAL performance for anonymous and authenticated users ? Anonymous Traffic Lighter
Steps for the payment gateway processing? An online payment gateway is the interface between your
1. Find the output of : srand(time()); $a = rand(1,2); if($a==0) { echo “Red”; }
Our Toptal Engineering Blog has published a great post called “12 Essential PHP Interview Questions,” and I
Which of the following will NOT add john to the users array? $users[ ] =
1. What are the differences between Get and post methods in form submitting, give the
1) swap value of a and b without using third variable ? For integer values
How can we extract string “abc.com” from a string “mailto:info@abc.com?subject=Feedback” using regular expression of PHP?