PHP

How to Generate a PDF using php

generate a pdf using php

Last updated:6th March, 2024How to Generate a PDF using php In the modern web development, the need to produce PDF documents dynamically is a common requirement. Whether you’re tasked with generating invoices, reports, certificates, or any other type of printable content, PHP offers a robust set of tools and libraries that make this task not only achievable but also highly …

Read More »

How to create a WordPress plugin

How to create WordPress plugin

Last updated:25th March, 2023How to create a WordPress plugin Creating a WordPress plugin can be a rewarding experience, as it allows you to extend the functionality of a website and improve the user experience. Whether you’re a beginner or an experienced programmer, you can create a WordPress plugin relatively easily with some basic knowledge of PHP, HTML, and CSS In …

Read More »

Best free WordPress security plugins to keep your site secure

Best free WordPress security plugins

Last updated:24th February, 2023Best free WordPress security plugins WordPress, the most widely used content management system on the web, powers over 40% of all websites and thus is a prime target for hackers and cyber criminals. To keep your WordPress site secure, there are many paid security plugins available, but also several free options that can be just as effective. …

Read More »

Angular tutorial with CodeIgniter RESTful API – part 1

codeigniter restful api with angular

Last updated:1st May, 2022Angular tutorial with CodeIgniter and MySQL Now a days modern JavaScript frameworks like Angular, Reactjs and Vuejs are widely used by developers. With these frameworks, server side languages like php, python and ASP.NET are very popular among developers. In this two part Angular tutorial with CodeIgniter RESTful API, we will work in CodeIgniter RESTful API. We will …

Read More »

Pagination in php and MySQL tutorial

pagination in php and mysql

Last updated:29th January, 2022Pagination in php and MySQL Pagination is a valuable skill for web developers to learn. It is a good UI technique to present long list of records into separate pages. Pagination also decreases the load from server and database so the results are loaded faster. In this tutorial, you will learn pagination in php and MySQL. Following …

Read More »

Autocomplete in jQuery using PHP and MySQL – a beginner tutorial

autocomplete in jquery with php and mysql

Last updated:6th November, 2021Autocomplete in jQuery Modern web applications often use auto suggest feature in forms. In this tutorial, you will learn autocomplete in jquery using php and MySQL. In this tutorial, following steps will be done. 1. Setup the application You should have PHP, MySQL and phpMyAdmin installed on your system. Install XAMPP or WAMP. After installation, start Apache, …

Read More »

Latest Web Development Courses To Make You Pro Developer

latest web development courses to become a pro developer

Last updated:4th September, 2021Latest Web Development Courses To Make You Pro Developer Ever thought about web development as a career. I think you know the science of web development already. Maybe you are a beginner or have some experience but you need to level up your knowledge and skills. The more you learn, the better you produce. In this article, …

Read More »

User registration tutorial with php and MySQL – beginner’s tutorial

php mysql beginner tutorial

Last updated:26th July, 2021User registration tutorial Now a days, modern web applications need user registration features. In this user registration tutorial with php and MySQL, you will learn how to save user data into database. Following tasks are performed in this tutorial. PHP, MySQL and phpMyAdmin should be installed on your system. Visit XAMPP or WAMP, and install it. After …

Read More »