mysql delete duplicate rows but keep one or mysql delete duplicate rows but keep first, mysql remove duplicate rows based
Category: Mysql
convert mysql date to dd mm yyyy format in php – How to change date format in PHP?
convert mysql date to dd mm yyyy format in php. You can first use the PHP strtotime() function to convert
php mysql drop down menu to select data to display
php mysql drop down menu to select data to display – Create a drop-down list that options fetched from a
how to insert data into multiple tables using single query in mysql?
how to insert data into multiple tables using single query in mysql – MySQL Insert into multiple tables? Using the
how to fetch data from two tables in mysql without join?
how to fetch data from two tables in mysql without join – Create a database table (include Sales and Order
mysql get current month records from datetime – How to get current month data in php?
mysql get current month records from datetime using MySQL MONTH() function (range of 1 to 12 ( January to December))
mysql substring in PHP MySQL – MySQL SUBSTRING() Function
mysql substring – MySQL SUBSTR() returns the specified number of characters from a particular position of a given string. mysql
or condition in codeigniter – How to use multiple where condition in Codeigniter?
or condition in codeigniter – write multiple condition in where clause using codeigniter 3 Query Builder class. or condition in
how to display an image in php from mysql database example
how to display an image in php from mysql database example – i will display the image content from the
insert json data into mysql – How to Insert JSON data into MySQL using PHP?
insert json data into mysql using $obj = json_decode($json,true); MySQL INSERT statement: It is used to insert data into the
display image php – How to Display Image in PHP from Folder/Directory?
display image php dynamically echo an image php from mysql database Example. Firstly, create a connection to the MySQL database.
php date compare – How to compare two dates in PHP?
php date compare or Calculate the difference between two dates. Here we have declared two dates date1anddate2 in the same