Q: SMTP Error: Could not connect to SMTP host A: In my case it was a lack of SSL support in PHP which gave this error. So I enabled extension=php_openssl.dll $mail->SMTPDebug = 1; also hinted towards th ...
Blog
Q: Neill_R After I start apache2 I don't expect it to stop even after a reboot but it does Code: [crayon-6769ba9dc456b577519702/] what should i check to see the apache2 startup? ----- This worked sud ...
Phpmyadmin on ubuntu : Phpmyadmin is a free tool used to administrative MySQL database in a GUI mode ( Using web browser ) . You can perform almost all the major tasks like creating , deleting and modifying databa ...
The Apache web server is the most popular way of serving web content on the internet. It accounts for more than half of all active websites on the internet and is extremely powerful and flexible. Apache breaks its funct ...
Having very slow perform when running Ubuntu 12.10 and 13.04 in virtualbox? It’s because Ubuntu can’t use graphics card for acceleration, ubuntu uses CPU for rendering graphics trough LLVMpipe. It makes running ubunt ...
SYMPTOM: "Repair your computer" is missing from "Advanced Boot Options". Fig.1 AFFECTED CONFIGURATIONS: The above symptom may occur on the following operating systems: Microsoft Windows 7 VALID REGI ...
1. Find substring in string if (strpos($title,name_on_bar($data[$i]['name'])) !== false) { $active='active'; } 2. Remove html tag echo strip_tags("Hello <b>world!</b>"); 3. string to time Conve ...