Ok, but how about this:
$last_line = system('dir \\', $retval);p.s. it's not yet time to stop, ideas still coming... :) passthru and system seems to be allowed on your system, the only issues I see so far is "back slash" problem and wrong path to php(or maybe we writing it wrong). for now we can try to construct correct command with system(...) function and then you have to google about "\\" to make passthru works ;) Tomasz Ignatiuk wrote: > For the first line there is > Last line of the output: > ------------------------------------------------------------------------ > Return value: 1 > > for second nothing, because \" just escapes ' > > I don't think this method will work out. Don't know why sh cut off > slashes, path to php is good because admin gave it to me. > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
