Re: [PHP-WIN] passing variables part 2

2002-10-10 Thread Cam Dunstan
db - a small word of caution on using the ampersand to send variables within the URL - it works just like Dash said it would but don`t try and send huge lumps of data this way - there are limits (possibly a couple of hundred bytes or so) to the length of the URL allowed. Limits you wouldn`t have

Re: [PHP-WIN] passing variables part 2

2002-10-10 Thread db
ah, thanks! "Dash McElroy" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Use an ampersand (&) like follows: > > echo "Press to continue"; > > -Dash > > Faith, n: > That quality which enables us to believe what we know to be > untrue. > > On Wed, 9 Oct 2002, d

Re: [PHP-WIN] passing variables part 2

2002-10-09 Thread Dash McElroy
Use an ampersand (&) like follows: echo "Press to continue"; -Dash Faith, n: That quality which enables us to believe what we know to be untrue. On Wed, 9 Oct 2002, db wrote: > this is a follow-up question to my question about passing a variable through > a link ie, > > echo "Pre