[PHP] Re: passthru causes php to lose internal variables

2003-09-15 Thread exasperated
using exec and > passthru? > > -- > Nicole > > > "Exasperated" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > Anyone come across something like this before? > > > > I have made a little test script as follows: > >

[PHP] passthru loses php posted variables

2003-09-14 Thread exasperated
Anyone come across something like this before? I have made a little test script as follows: /opt/specs/labels.txt"); //passthru($command_line); ?> The form takes input from a posted form with two variables, labelstart and labelend. In the above test, if I put in 'start' and 'end' as the