0

これを行う簡単な方法をどこでも探しましたが、正しく取得できません。PHP では、変数に名前を割り当ててから、文字列内の名前を変数に置き換えたいと考えています。スラッシュが原因で構文エラーが発生しています。

//Assign the name to a variable.
$patient_name = "John_Doe";

//Replace the name in this string with the variable.
header("Content-Disposition: attachment; filename=\"John_Doe.pdf\"");
4

2 に答える 2