From: rock8air Date: June 11 2007 2:58pm Subject: connectnig to a table through internet List-Archive: http://lists.mysql.com/plusplus/6646 Message-Id: <000f01c7ac38$e8b6ab20$0101010a@rokk> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0010_01C7AC49.AC3F7B20" ------=_NextPart_000_0010_01C7AC49.AC3F7B20 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi! I'm wondering that is this possible: I have a mysql table on a server and with php on that server i can connect this way: $connection = mysql_connect("127.0.0.1", "ulti", "******"); But. Is that possible to connect to that table from anywhere using mysql++? And if so.. Any guidance please? Tam ------=_NextPart_000_0010_01C7AC49.AC3F7B20--