Hello!
I'm sorry,
try to contact the forum only on those problems the solution of which are not
found.
So. I Use
"Search Query". It is clear that the SQL query refers to the database
tables of my site. I have a need to temporarily access tables on an external
site (I have them prepared by other people). It is clear that the connection to
the database uses a construction such as the following:
$$link =
mysql_connect($hostname, $username, $password, $dbname);
etc.
Question:
How to
connect to an external database and use "Search Query"?