Want to render an image without saving it to disk using PHP GD libs

前端 未结 2 1098
無奈伤痛
無奈伤痛 2021-01-14 06:56

Hi have the following function

function renderBusinessCard($details){
        //Getting the template for the business card
        $filename = Templates::mod         


        
2条回答
  •  青春惊慌失措
    2021-01-14 07:02

    It may be better to keep the $details array in session data if it's not too big. Then calling will call the script and associate the correct details data.

提交回复
热议问题