Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はライトボックスを持っていて、このようなphpループを持っています
while ($row = mysql_fetch_object($something)) { echo '<a href="?id='.$row->id.'">'.$row->id.'</a>'; }
リンクライトボックスをクリックすると、mysqlからid値が表示されて含まれますが、リンクはphpのPOSTで値を取得するように変更されません
lightbox の内容を PHP ファイルに配置します。
Ajax リクエストを送信して、
ライトボックスの div に応答テキストを表示する