Browsing Tag

PHP and MySQL

7 Best PHP Frameworks for 2018

As one of the most celebrated web development platforms, PHP has been used by web developers all over the world. The skill and knowledge of PHP developers is worth an immense amount of appreciation. Every facet of project development has…

Top 5 Online Hotel Booking Script in PHP

Top 5 Online Hotel Booking Script in PHP- If you are working on project where you need to integrate online hotel booking system in your project then here I have compiled best free and paid hotel booking script in PHP. which you can download…

How to get full current page URL in PHP?

You can simply use PHP predefined variable $_SERVER to get the full current page URL in PHP. The $_SERVER is a superglobal variable in PHP, $_SERVER is an array containing information such as headers, paths, and script locations. In…

How to Convert HTML to PDF in PHP with fpdf

HTML to PDF conversion is always a problem for PHP Programmers and all the time they search for suitable solutions so after reviewing this article you will not take more than 10 minutes to configure HTML to PDF, I have used a library fpdf …