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
  • Get data the way you want

    MongoDB – Delete Document

    • Post author:B D
    • Post published:August 20, 2021
    • Post category:MongoDB
    • Post comments:0 Comments

    In this chapter, we will learn how to delete a document using MongoDB. The remove() Method MongoDB's remove() method is used to remove a document from the collection. remove() method accepts two…

    Continue ReadingMongoDB – Delete Document

    MongoDB – Update Document

    • Post author:B D
    • Post published:August 20, 2021
    • Post category:MongoDB
    • Post comments:0 Comments

    MongoDB's update() and save() methods are used to update document into a collection. The update() method updates the values in the existing document while the save() method replaces the existing document with the document…

    Continue ReadingMongoDB – Update Document

    PHP & MySQL – Insert Records Example

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

    PHP uses mysqli_query function to insert records in table. This function takes three parameters and returns TRUE on success or FALSE on failure. Syntax mysqli_query ( mysqli $link, string $query, int $resultmode…

    Continue ReadingPHP & MySQL – Insert Records Example

    XQuery – String Functions

    • Post author:k A
    • Post published:August 20, 2021
    • Post category:XQuery
    • Post comments:2 Comments

    The following table lists the commonly used string manipulation functions provided by XQuery. Sr.NoName & Description1string-length Function Returns the length of the string.2string-concat Function Returns the concatenated string as output.3string-join…

    Continue ReadingXQuery – String Functions

    XQuery – string-join Function

    • Post author:k A
    • Post published:August 20, 2021
    • Post category:XQuery
    • Post comments:3 Comments

    The string-join function is used to concatenate various sequences separated by a given delimiter. Syntax string-join($sequence as xs:string*, $delimiter as xs:string) as xs:string Input Parameters $sequence − sequence of zero or more strings.$delimiter −…

    Continue ReadingXQuery – string-join Function

    PHP & MySQL – Drop Table 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 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 – Drop Table Example

    XQuery – concat Function

    • Post author:k A
    • Post published:August 20, 2021
    • Post category:XQuery
    • Post comments:1 Comment

    The concat function is used to concatenate various strings. Syntax concat($input as xs:anyAtomicType?) as xs:string Input Parameters $input − one or more inputs separated by comma. Example XQuery Expression let $bookTitle := "Learn…

    Continue ReadingXQuery – concat Function

    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

    Apache HttpClient – Response Handlers

    • Post author:S K S
    • Post published:August 20, 2021
    • Post category:apache
    • Post comments:2 Comments

    Processing the HTTP responses using the response handlers is recommended. In this chapter, we are going to discuss how to create response handlers and how to use them to process…

    Continue ReadingApache HttpClient – Response Handlers

    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
    • Go to the previous page
    • 1
    • …
    • 528
    • 529
    • 530
    • 531
    • 532
    • 533
    • 534
    • …
    • 739
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP