> Some thing better. I got the big out put the variable. How to parse this
> variable. If I declare as an array or is there any other better way.
[t0by] dunno. what the output look like?
> please help me.
>
>
>
> I appreciate your help.
>
>
>
>
>
> swetha.
>
> - Original
Yep I used tilde.
Some thing better. I got the big out put the variable. How to parse this
variable. If I declare as an array or is there any other better way.
please help me.
I appreciate your help.
swetha.
- Original Message -
From: "Toby Stuart" <[EMAIL PROTECTED]>
To: "'Sw
yes u doing wrong.
try using the backticks...ie (SHIFT+tilde) ... on my 101 keyboard anyway.
$info = `jpginfo MS.JPG`;
forget system() as this returns the programs exit code (in your case 0 which
probably means no error) and u want the programs output.
hth
t0by
> -Original Message