1. If, else and ifelse: <? PHP$num = 1;If ($num ==1) /*checks if the name is equal…
ALLA collection of 34 posts
1. Variables:$ sign is used for defining the variables in PHP. eg: $var_1 =12. Here the datatype is…
I assume that you have lamp stack installed in your system. And if you have PHP version lower…
Database connection: Connecting mongoDB with php is really simple if your configured php with mongoDB using php driver….
Converting a .pem to .ppk format is a matter of one line code. First, you need to…
With the advent of cloud platform services, many PaaS providers offer free hosting service as their basic…
Setting up the Php, Mysql and Apache environment on windows and Linux is not a hard thing to do….