[PHP] passthru and GET parameters

2004-02-23 Thread Guillouet Nicolas
Hi all, I am trying to use htmldoc with passthru function : passthru(htmldoc -t html --quiet --jpeg --webpage --footer --bottom 0.2cm --left 1.78cm --right 1cm --top 0.2cm '' $options $filename); where $filename is urls, it works fine but not with GET pamameters : if $filename is like

Re: [PHP] passthru and GET parameters

2004-02-23 Thread Marek Kilimajer
put quotes around: passthru(htmldoc -t html --quiet --jpeg --webpage --footer --bottom 0.2cm --left 1.78cm --right 1cm --top 0.2cm '' $options '$filename'); Guillouet Nicolas wrote: Hi all, I am trying to use htmldoc with passthru function : passthru(htmldoc -t html --quiet --jpeg --webpage