Re: [PHP] question

2004-03-25 Thread Guillouet Nicolas
is_string() Le jeu 25/03/2004 à 15:08, Lourenzo Dias a écrit : Hey, there. I'm a new php student from Brazil, and sorry about my ignorance writing in English. I'd like to know if exists any function in php that identifies a string as a-z, like is_num() to the numbers. Thanks,

Re: [PHP] PHPSESSID in passthru

2004-03-24 Thread Guillouet Nicolas
Sorry, but I tried this : session.use_cookies = 0 in php.ini and I have always the bug. And if I use htmldoc on command line with same args it works fine. Could php forbidden using of PHPSESSID ? Nicolas Le mar 23/03/2004 à 16:37, Raditha Dissanayake a écrit : Guillouet Nicolas wrote: Hi

[PHP] PHPSESSID in passthru

2004-03-23 Thread Guillouet Nicolas
Hi, I discover a surprising thing with PHPSESSID, I try something like this : $var=htmldoc -t html --quiet '' 'https://login:[EMAIL PROTECTED]/file.php?documentIdent=157typeAffiche=3PHPSESSID=068dd351a106bb6ead80e11a27f75100'; echo 'var='.$var; passthru($var); passthru is waiting for and

[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