[PHP] Re: executing another php.script

2001-11-21 Thread David Tod Sigafoos
I want to thank everyone who responded, both to the list and to my personal box. Also a special thanks to a couple who continued to try to get me to understand that .. as a Rose may smell the same no matter what you call it .. a 'function' may do what you want even if you don't understand the na

Re: [PHP] Re: executing another php.script

2001-11-15 Thread Andrew Brampton
, 2001 8:42 PM Subject: [PHP] Re: executing another php.script > Mike .. > > thanks for trying .. but that simply is not useful. > > On Mon, 12 Nov 2001 10:18:34 -0500, [EMAIL PROTECTED] (Mike Harvey) > wrote: > > >Just "include(script2.inc)" in your loop. >

[PHP] Re: executing another php.script

2001-11-15 Thread Richard Lynch
David Tod Sigafoos wrote: >>> From one script I wish to 'execute' another script. How is this done? >>> >>> Setting a link and clicking is not the answer .. one script loops >>> through all the 'selected' rows and I want to 'execute' another script >>> for each row .. can this be done? >From wh

[PHP] Re: executing another php.script

2001-11-15 Thread David Tod Sigafoos
Mike .. thanks for trying .. but that simply is not useful. On Mon, 12 Nov 2001 10:18:34 -0500, [EMAIL PROTECTED] (Mike Harvey) wrote: >Just "include(script2.inc)" in your loop. >"David Tod Sigafoos" <[EMAIL PROTECTED]> wrote in message >[EMAIL PROTECTED]">news:[EMAIL PROTECTED]... >> I am sur

[PHP] Re: executing another php.script

2001-11-15 Thread David Tod Sigafoos
Steve, Thanks for the reply .. but you miss the point (which i probably did not explain well). I already have a script called x.php. IT gets called from links with all the info needed. I have an instance where there will be no interaction between a user so no 'clicking' of the link will happ

[PHP] Re: executing another php.script

2001-11-12 Thread Mike Harvey
Just "include(script2.inc)" in your loop. -- Mike ~~~ MICHAEL R. HARVEY Web Creation - http://vestudiohost.com Internet Business Tools - http://ibiz-tools.com Sculpture, Craft, Jewelry - http://sculpture-by-mrh.com http://jewelry-b

[PHP] Re: executing another php.script

2001-11-12 Thread Steve Brett
you don't need a sepaerate script. define two functions and then loop through calling the second function. much neater (and easier) Steve "David Tod Sigafoos" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I am sure that I am just .. missing this .. > > From