示す内容: topweb
テーブルの内容: ID と ADD
特定の ID で ADD コンテンツを検索する方法
例: ID(1) ADD (ここに ID1 のコンテンツがあります)
$add = ( "select * ------ id='{$id}'") //この部分には何を書けばいいでしょうか?
echo $add;
再帰クエリ?
レコードを投稿し、結果をリクエストして確認してください
再帰クエリ?
記録を投稿して結果をリクエストし、見に来てください
結果が欲しいです
記録を投稿して結果をリクエストし、見に来てください
記録を投稿して結果をリクエストし、見に来てください
手順: 写真を作成しますダウンロードリンク
参照アドレス: http://localhost/plus/pngadd.php?aid=クエリ ID
document.write(" require_once(dirname(__FILE__)."/../include/common .inc.php");
//画像アドレスを取得
//$rul = "http://www.baidu.com/img/baidu_jgylogo3.gif";
//画像名を取得
//$ png = "baidu_jgylogo3.gif";
$url = ("select * from topweb -------- aid='{$aid}'") //この部分は書きません
$png = "";//画像名を取得します
header("Content-Type: application/force-download");
header('Content-Disposition:attachment; filename="'.$png.'"'); img = file_get_contents($url);
echo $img;
?>");
$result = mysql_query("select * from topweb where aid='{$aid}'"); / /この部分は書きません
$url=$row['add']; // 画像名を取得します
header("Content -Type: application/force-download");
header('Content-Disposition:attachment; filename="'.$png.'"');
$img = file_get_contents($url);
echo $img;