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