1

i-page用作托管公司。我有一个 mySQL 数据库。如何拍摄带有附加表格的电子邮件?假设我已经连接到我的数据库:

$link = mysql_connect('www.....com', 'login', 'password'); 
if (!$link) { 
    die('Could not connect: ' . mysql_error()); 
} 
mysql_select_db('rates', $link); 

// Now how do i SELECT table1??
// Do i create a variable $table = SELECT...
// Then how to attach it to an email and send the email?
4

0 回答 0