Search found 4 matches
- Sat May 27, 2023 8:18 pm
- Forum: Ubuntu
- Topic: Install PHP 5.6 in Plesk Obsidian 18.0.33 on Ubuntu Ubuntu 20.04 LTS
- Replies: 0
- Views: 44
Install PHP 5.6 in Plesk Obsidian 18.0.33 on Ubuntu Ubuntu 20.04 LTS
PHP 5 was released on July 14 2004 and official security support for PHP 5.6 ended on 31 December 2018. But, if you manage a large number of clients whose sites cannot be quickly updated to a new PHP version, installing PHP 5.6 is one of the options to update servers without breaking old sites. Add ...
- Sat May 27, 2023 8:12 pm
- Forum: Ubuntu
- Topic: Expand volume of Ubuntu folders
- Replies: 0
- Views: 47
Expand volume of Ubuntu folders
The file to extend is attached with this email.
- Sat Nov 21, 2020 10:45 pm
- Forum: Responsive MainMenu
- Topic: PHP Active menu
- Replies: 0
- Views: 126
PHP Active menu
https://css-tricks.com/forums/topic/dynamic-active-menu/ @beverleyh thanks! :D Yep, there are ways to do it in PHP too. For anyone not using a framework that adds a class, here’s a simple way to do it in PHP… At the very top of the web page – above all HTML, even doctype; <?php $pg = basename(substr...
- Wed Jun 10, 2020 8:00 pm
- Forum: Responsive MainMenu
- Topic: CSS-only Responsive Multi-level Navigation Menu
- Replies: 0
- Views: 100
CSS-only Responsive Multi-level Navigation Menu
HTML5 <nav id="menu"> <label for="tm" id="toggle-menu">Navigation <span class="drop-icon">▾</span></label> <input type="checkbox" id="tm"> <ul class="main-menu clearfix"> <li><a href="#">Sample</a></li> <li><a href=&quo...