How to use WebP images on WordPress blog
WebP is a relatively new image format proposed by Google Inc. in 2010. In most (but not always) cases, it will produce …
WebP is a relatively new image format proposed by Google Inc. in 2010. In most (but not always) cases, it will produce …
Sometime we stuck on fetching unique data from database. We use DISTINCT to fetch unique data removing duplicate entries. You …
PHP provides mysql_connect() function to connect your front end to the database. This function takes some parameters to like localhost, …
You have a lot of data in your table and you want to fetch data for specific ids. Here is …
Substr() is used to show limited content. If we want to show limited characters in a paragraph, then we use …
You want to send a mail from pop(modal) and you want to show the ‘thank you message’ on same popup …
We can resize image in php. We can create the thumb also for thumb slider. You can check it uploading …
We can export the mysql table data into a excel file. Here is a code to export the table data. …
For storing the special characters in mysql, we use mysql_real_escape_string() function. This function allows to user to store in special …
We can fetch the data older than a week in php. We use ‘Interval 7 Day’ to find the mysql …