How to install zip extension for PHP7
Specifically for LAMP stack / webmin
First, install the module
sudo apt-get install php7.0-zip
Then restart the web server
sudo service apache2 restart
sudo service nginx restart
That’s it!
Specifically for LAMP stack / webmin
First, install the module
sudo apt-get install php7.0-zip
Then restart the web server
sudo service apache2 restart
sudo service nginx restart
That’s it!
If I go to a .php file, I got a blank page, if I add a query string ?something=something I got a 404. I tried to search this error with the script I was trying to use on Google to…
Modify wpform’s css to use the following css, or add to your custom css
Reason: This module is not available for PHP 7.2 yet, you need to install the 7.1 version and link it to 7.2 Pointing to php7.1-mcrypt with php7.2 will solve the issue here. Below are the steps to configure 7.1 version mcrypt with php7.2 Install php7.1-mcrypt sudo…
Due to business requirements, I have forked and re-skinned a legacy PHP survey application with material design. To give back to the community, here’s the updated source: https://github.com/thanhphu/php-survey-builder It contains the following improvements Add material design for user-facing pages Add…
I don’t know why the top results from Google always involve more than 10 lines of code and loads of comments when actually you can just do this: byte[] Data = new WebClient().DownloadData(FrameURL); You can try DownloadString and DownloadFile based…
Don’t know when I started… Somewhere during the last week. I looked at Firefox’s featured add-ons list while updating my plugins (yes, I manually update them for compatibility’s sake), I noticed Brief and ScribeFire (with nice logos :P), they are…