Computer Science, asked by ChetansMehra6339, 6 months ago

Mysql_close() is use to ________database(wamp) in php create close connect none of these

Answers

Answered by Anonymous
0

Answer:

Used to destroy Databases

Explanation:

explanation--Open non-persistent MySQL connections and result sets are automatically destroyed when a PHP script finishes its execution.

Answered by GulabLachman
0

Mysql_close() is use to close database(wamp)

  • Fill in the blanks questions consists of a blank space in a sentence which needs to be filled to make a meaningful sentence.
  • The given sentence belongs to one of the queries in the programming language SQL.
  • The aforementioned query promptly ends the temporary connection to the MySQL server.
  • The connection that is linked to the supplied link identifier is the one that was closed.
  • Consequently, this method ends an active database connection.
  • Additionally, it deallocates the handler that MySQL was referring to if the connection handler was allocated dynamically.
  • Thus, the correct sentence after filling the blank is - Mysql_close() is use to close database(wamp)

#SPJ2

Similar questions