Education Subscribe to Education
Convert an HTML table to CSV using PHP
Here is a tutorial to convert a HTML table to CSV using php. To do this, we will need two php files: 1. table.php (where you create your table) 2…. Read more
Load local HTML from assets – Android Programming
If you wish to load local HTML in webview from html file under assets, then first make a html file (filename.html) and place it under assets folder. Lets say place… Read more
Send HTML Email with PHP
Sending HTML email is similar to sending text email via PHP, but you need to take care of the headers you send. So lets say you need to send a… Read more
How to install and configure VSFTPD linux
You can install vsftpd on Ubuntu / Debian, CentOS /Fedora and RHEL linux. Installing vsftpd on Ubuntu or Debian sudo apt-get install vsftpd Installing vsftpd on CentOS / Fedora yum… Read more
How to get bigger thumbnail of youtube videos?
If you embed a youtube video in your website, and also want to use the thumbnail of that video, then you just right click on the video’s thumbail and either… Read more
Restoring iptables Automatically On Reboot
I have already mentioned of how to use iptables here. In this post we will see how to restore iptables rules after a reboot. First you need to save your… Read more
Send an Email with PDF Attachment – PHP
To send pdf with your email in PHP, here is what you need to do: I am using php mail function to do that $fileatt = “./yourpdf.pdf”; // Path to… Read more
Search and install packages in Linux
You can install, search, delete, show installed packages etc. in your Linux system. We will discuss all the operations here briefly: To display all installed packages: # $ dpkg –get-selections… Read more
Display Alert Box – Android Development
You can add alert box in your android application and grab user input to decide what to do next. So, let say before user closes your application you want to… Read more





