On Mon, Dec 08, 2003 at 01:28:11PM +0800, Jason Wong wrote:
> On Monday 08 December 2003 12:56, Karam Chand wrote:
> > I think there is some problem with the permission.
> > Even if I execute a command like -
> >
> > echo ( "start" );
> > exec ( "pwd" );
> > echo ( "end" );
> >
> > the output is - startend
> >
> > shouldnt be pwd showing the present working directory
> > to me.
> 
> Yes, but exec() itself does NOT output anything.
> 

If there is a beter way, someone reply but I beleave the command you are
looking for is system()
-- 
Jerry M. Howell II

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to