mysql substring – MySQL SUBSTR() returns the specified number of characters from a particular position of a given string. mysql
Category: 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
mysql_real_escape_string in php – mysql_real_escape_string example
mysql_real_escape_string in php, The mysqli_real_escape_string() function is an inbuilt function in PHP Example. PHP mysqli real_escape_string() Function The mysql_real_escape_string() function
dependent dropdown in php – How to make dependent dropdown list using jquery Ajax?
dependent dropdown in php using ajax is the most popular feature of Web development. jQuery AJAX request parse the JSON
advantages of mysql – Top 10 Major Advantages of Using MySQL
in advantages of mysql, Many people use this language because it has many benefits. Know what are the advantages of
mysql intersect – How to intersect multiple queries using MYSQL?
mysql intersect operator returns the distinct (common) elements in two sets or common records from two or more tables. MySQL
sql where multiple values – SQL Where Clause with multiple values
sql where multiple values – SQL Statement using Where clause with multiple values Using LIKE, IN, BETWEEN, and wildcards to
sql compare strings – How to compare two strings in SQL?
sql compare strings STRCMP() function in MySQL is used to compare two strings. Here is the syntax to use STRCMP