This post all about generate PDF invoice using PHP. Its very simple and 2 mins of works. I have seen many of our PHP developers are facing problem converting html to pdf invoice generation, here I have given very simple example with code for invoice generation in pdf using core PHP. We can Generate PDF Invoice […]


Many developers are facing issues when they are sending emails from Gmail to any other webmail or domain mail. Here you will get very easy method fix this issues by using PHPmailer and SMTP settings. You have to follow below 3 step, Step-1: Download PHPmailer Class file. Click Here Step-2: Make your gmail as less […]


Most of the developers are facing issues when generating PDF for Invoice or Doc files in PHP, In the Hindi Language. This blog all about generates PDF with Hindi font In PHP. Here I will show you the example and some points so that you can easily convert HTML to PDF with the Hindi Language. […]


I found some developers facing issues when generating PDF for Invoice or Doc files in PHP, In the Arabic Language. This blog all about generates PDF with Arabic font In PHP hasslefree. Here I will show you the example and some points so that you can easily convert HTML to PDF with the Arabic Language. […]


HTML to Excel Download is a very important functionality for any application in order to view reports and Tracking the Work, Account, Sales, etc.. Now PHP has a very good in-built code, by Using this, we can convert HTML to excel without using any third-party plugin. A single line of code makes HTML to excel […]


Here I found Today Date/ Current date Showing Wrong in Live Server In My PHP application, but in my localhost, it is showing correctly. How this could be possible Date function Not Working in PHP. Yes, I would say sometimes we have to set Time Zone in our config page or Head section on PHP. […]


This post all about the custom phone number validation in jquery. I have seen many developers are facing problem when they are using jquery validation plugin for form validation, the plugin by default rules are there. But in Some cases if we want to validate our custom field like Indian Phone/ mobile number for example +91 […]


This page all about why alert message and page redirect not working inside PHP. Sometimes you have faced this kind of issue, Suppose for an example if someone submit the form and after data inserts in the database successfully then he wants to show the alert message. In that particular scenario If we echo some […]


Sometimes, I have faced some issues when calling to function inside PHP script, The database connection not working inside the method/function, In case , it will work in MySQL but In the case of Mysqli Connection, we need to pass the connection object as a parameter.

Suppose I have a function below example you […]


Have you ever faced such kind of issue which looks like very easy but when you are fetching the data from MySQL, populating inside a loop with ASC or DESC keywords? But In datatable It will not work. Here Why Asc/Desc Not working In MySQL Query in Datatable Is Solved With Simple trick.. Just add […]


Advertisements