Skip to content

Passing variable in CanGelis\PDF\PDF  #14

@shreyansh30saxena

Description

@shreyansh30saxena

When I run the code like this
new CanGelis\PDF\PDF('C:\xampp\htdocs\assessment\wkhtmltopdf\bin\wkhtmltopdf --cookie PHPSESSID u5ap7dnanp5be7gvfmpdr6sbrc');
It works absolutely fine
However, when I do it this way, my php goes in infinite loading
test = session_id(); $link = "C:\\xampp\htdocs\assessment\wkhtmltopdf\bin\wkhtmltopdf --cookie PHPSESSID "; $link = $link.$test; new CanGelis\PDF\PDF($link);
Am I doing something wrong? or how can I achieve this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions