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

    XQuery – string-length Function

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

    The string-length function is used to get the length of a string. Syntax string-length($string as xs:string) as xs:integer Input Parameters $string − provided string. Example XQuery Expression let $bookTitle := "Learn XQuery in…

    Continue ReadingXQuery – string-length Function

    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

    Apache HttpClient – Http Post Request

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

    A POST request is used to send data to the server; for example, customer information, file upload, etc., using HTML forms. The HttpClient API provides a class named HttpPost which represents the…

    Continue ReadingApache HttpClient – Http Post Request

    Apache HttpClient – Http Get Request

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

    The GET method is used to retrieve information from the given server using a given URI. Requests using GET should only retrieve data and should have no other effect on…

    Continue ReadingApache HttpClient – Http Get Request

    Ruby – Tk Guide

    • Post author:S J
    • Post published:August 20, 2021
    • Post category:Ruby
    • Post comments:0 Comments

    Introduction The standard graphical user interface (GUI) for Ruby is Tk. Tk started out as the GUI for the Tcl scripting language developed by John Ousterhout. Tk has the unique…

    Continue ReadingRuby – Tk Guide

    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

    Apache HttpClient – Environment Setup

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

    In this chapter, we will explain how to set an environment for HttpClient in Eclipse IDE. Before proceeding with the installation, make sure that you already have Eclipse installed in…

    Continue ReadingApache HttpClient – Environment Setup

    Web Services with Ruby – SOAP4R

    • Post author:S J
    • Post published:August 20, 2021
    • Post category:Ruby
    • Post comments:0 Comments

    What is SOAP? The Simple Object Access Protocol (SOAP), is a cross-platform and language-independent RPC protocol based on XML and, usually (but not necessarily) HTTP. It uses XML to encode…

    Continue ReadingWeb Services with Ruby – SOAP4R
    • Go to the previous page
    • 1
    • …
    • 529
    • 530
    • 531
    • 532
    • 533
    • 534
    • 535
    • …
    • 739
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP