Details
-
AboutCode monkey
-
Skillsphp, SQL, MySQL databases,
-
Locationkenya
-
Website
Joined devRant on 7/4/2018
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
God is the master programmer, Discuss citing various object oriented design concepts that he used. 😂2
-
We claim to be more connected than we ever were, thanks to technology. But how connected are we really? We barely speak to each other anymore. It’s easier to send emojis on Whatsapp than it is to meet someone and express the same emotions we try to convey via smiley faces.5
-
I'm I the only programmer who writes functions and queries?.. Most of my tasks revolve around that ,I'm a back-end guy 😂 😂3
-
There's no bug free program on earth, they say. Well show me a bug in my program
<?php echo"hello world!";?>
😂 😂6 -
Finally got that PHP shirt 😂 😂 managed to put my phone 📱 on the table..... You said PHP powers 80% of the web???1
-
For the lovers and haters of the elePHPant here is a simple fact
PHP 7.x is a vast improvement over previous versions and 8.0 promises to surpass all expectations.7 -
English teacher :prepare a recipe of your favorite meal
Me :yeah sure
Title :how to prepare md5 seasoned with salt.
Procedure :
$salt="*+3256_$@";
$userpass="12345aeiou";
$md5hash=md5($userpass.$salt);
echo $md5hash;3