MESDEV | Programming Snippets & MS Templates ...

11 results were found for the search for

How to populate Html table using PHP and AJAX
How to populate Html table using PHP and AJAX

In this tutorial, we will handle the action of extracting data from Mysql database and display it in a html table using AJAX. AJAX allows web pages to be updated asynchronously by exchanging small amounts of data with the server behind the scenes. It...

Create Contact Form with sending and confirmation emails
Create Contact Form with sending and confirmation emails

In this tutorial, we will handle the action of sending and receiving email whitin a contact form. The contact form is an important thing in any website with witch you can keep communication with your visitors, customers, followers, ... This is a co...

Autocomplete Textbox using PHP, Ajax and MySQL
Autocomplete Textbox using PHP, Ajax and MySQL

This example shows how to create an Autocomplete Textbox using PHP, Ajax and MySQL Database. When the user begin typing in the textbox "Product Name" , an automatic ajax request will be made with the database to extract and fetch the list of products...

PHP CRUD Application without any framework
PHP CRUD Application without any framework

In this tutorial, we will learn how to perform the four operation of CRUD without any framework. We will try to use a simple PHP code so as it can be understood by everyone. We will begin by creating the connection file to database, create our databa...

PHP Fetch secure data from MySQL using prepared statements
PHP Fetch secure data from MySQL using prepared statements

To retrieve data from any database, you have to connect to that database, then send a query that binds the form you are working on with the database in order to extract data and display it. To avoid unexpected possible attacks to your database, you h...

How to create PDF from HTML using js PDF
How to create PDF from HTML using js PDF

PDF file format is very useful to download bulk data in the web application. It helps the user to download dynamic content in file format for offline use. With export to PDF functionality, the HTML content is converted to a PDF document and downloade...

Business Project Proposal - Word Template
Business Project Proposal - Word Template

Project Proposal Word Template is a template that helps companies or also individuals to propose any Product or Service project and market it to possible clients and stakeholders efficiently.

Excel Template To-Do-List with checkboxes
Excel Template To-Do-List with checkboxes

Who doesn’t enjoy the feeling of accomplishment after checking a checkbox? This To Do List Excel Template includes dynamic checkboxes for each task and once you check a box, the strike-through formatting will be applied to the task. This allows you...

Remove index.php from CodeIgniter URL
Remove index.php from CodeIgniter URL

This tutorial shows how to remove index.php from URL in Codeigniter. You may want to remove the index.php file so that clean URL looks good and it makes better readability. Also the clean URL is easy to remember. For removing index.php from the UR...