Skip to content
Adglob Infosystem Pvt Ltd
  • About Us
  • B2B and B2C Database
  • Bulk Email Solution
  • Contact Us
  • Corporate Email Service
  • Database Portfolio
  • Database Process Flow
  • Database Services
  • FAQs
  • Lead Generation
  • Managed Email Campaign Solution
  • Our Clients
  • Privacy Policy
  • Product Blog
  • Request Sample for Free Database
  • Terms & Conditions
  • Web Scrapping
  • Author: K Z

    This author has written 1821 articles
    1. Home>
    2. K Z>
    3. Page 140

    PHP & MySQL – Create Table

    • Post author:K Z
    • Post published:August 20, 2021
    • Post category:PHP & MySQL
    • Post comments:0 Comments

    PHP uses mysqli query() or mysql_query() function to create a MySQL table. This function takes two parameters and returns TRUE on success or FALSE on failure. Syntax $mysqli->query($sql,$resultmode) Sr.No.Parameter & Description1$sqlRequired - SQL query…

    Continue ReadingPHP & MySQL – Create Table

    PHP & MySQL – Select Database Example

    • Post author:K Z
    • Post published:August 20, 2021
    • Post category:PHP & MySQL
    • Post comments:0 Comments

    PHP uses mysqli_select_db function to select the database on which queries are to be performed. This function takes two parameters and returns TRUE on success or FALSE on failure. Syntax mysqli_select_db (…

    Continue ReadingPHP & MySQL – Select Database Example

    PHP & MySQL – Drop Database Example

    • Post author:K Z
    • Post published:August 20, 2021
    • Post category:PHP & MySQL
    • Post comments:0 Comments

    PHP uses mysqli query() or mysql_query() function to drop a MySQL database. This function takes two parameters and returns TRUE on success or FALSE on failure. Syntax $mysqli->query($sql,$resultmode) Sr.No.Parameter & Description1$sqlRequired - SQL query…

    Continue ReadingPHP & MySQL – Drop Database Example

    PHP & MySQL – Create Database Example

    • Post author:K Z
    • Post published:August 20, 2021
    • Post category:PHP & MySQL
    • Post comments:0 Comments

    PHP uses mysqli query() or mysql_query() function to create or delete a MySQL database. This function takes two parameters and returns TRUE on success or FALSE on failure. Syntax $mysqli->query($sql,$resultmode) Sr.No.Parameter & Description1$sqlRequired -…

    Continue ReadingPHP & MySQL – Create Database Example

    PHP & MySQL – Connect Database Example

    • Post author:K Z
    • Post published:August 20, 2021
    • Post category:PHP & MySQL
    • Post comments:0 Comments

    PHP provides mysqli contruct or mysqli_connect() function to open a database connection. This function takes six parameters and returns a MySQL link identifier on success or FALSE on failure. Syntax $mysqli = new mysqli($host,…

    Continue ReadingPHP & MySQL – Connect Database Example

    PHP & MySQL – Environment Setup

    • Post author:K Z
    • Post published:August 20, 2021
    • Post category:PHP & MySQL
    • Post comments:0 Comments

    In order to develop and run PHP Web pages, three vital components need to be installed on your computer system. Web Server − PHP works with virtually all Web Server software,…

    Continue ReadingPHP & MySQL – Environment Setup

    PHP & MySQL

    • Post author:K Z
    • Post published:August 20, 2021
    • Post category:PHP & MySQL
    • Post comments:0 Comments

    MySQL works very well in combination of various programming languages like PERL, C, C++, JAVA and PHP. Out of these languages, PHP is the most popular one because of its…

    Continue ReadingPHP & MySQL

    MySQLi – Handling Duplicates

    • Post author:K Z
    • Post published:August 20, 2021
    • Post category:MySQLi
    • Post comments:0 Comments

    Tables or result sets sometimes contain duplicate records. Sometimes, it is allowed but sometimes it is required to stop duplicate records. Sometimes, it is required to identify duplicate records and…

    Continue ReadingMySQLi – Handling Duplicates

    MySQLi – Using Sequences

    • Post author:K Z
    • Post published:August 20, 2021
    • Post category:MySQLi
    • Post comments:0 Comments

    A sequence is a set of integers 1, 2, 3, ... that are generated in order on demand. Sequences are frequently used in databases because many applications require each row…

    Continue ReadingMySQLi – Using Sequences

    MySQLi – Clone Tables

    • Post author:K Z
    • Post published:August 20, 2021
    • Post category:MySQLi
    • Post comments:0 Comments

    There may be a situation when you need an exact copy of a table and CREATE TABLE ... SELECT doesn't suit your purposes because the copy must include the same…

    Continue ReadingMySQLi – Clone Tables
    • Go to the previous page
    • 1
    • …
    • 137
    • 138
    • 139
    • 140
    • 141
    • 142
    • 143
    • …
    • 183
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP