[PHP-WIN] problem passing variables...

2002-10-09 Thread db
i've seen a lot of posts about this, but none helped. i've broken the script down to its simplest components and still no luck. "; $i++; echo "Press to continue"; ?> i've tried using empty(), $_post['i'] and $i, but none will work. i've been trying to pass the variable back to the page itsel

Re: [PHP-WIN] problem passing variables...

2002-10-09 Thread db
@mbower">news:01c26f9e$3b6fe520$0b00a8c0@mbower... > What output *are* you getting? > > (V) > > "db" <[EMAIL PROTECTED]> wrote in message > news:<[EMAIL PROTECTED]>... > > i've seen a lot of posts about this, but none helped. i&#

Re: [PHP-WIN] problem passing variables...

2002-10-09 Thread db
MAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > So you're doing this right? > > > if (!isset($_GET['i'])) { > $i = 1; > } > else $i = $_GET['i']; > > echo $i.""; > > $i++; > > ech

[PHP-WIN] passing variables part 2

2002-10-09 Thread db
this is a follow-up question to my question about passing a variable through a link ie, echo "Press to continue"; how would i go about passing more than one variable, say $i and $j? --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Vers

Re: [PHP-WIN] passing variables part 2

2002-10-10 Thread db
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 "Press to continue"; > > > > how would i go about pass

Re: [PHP-WIN] Re: passing variables part 2

2002-10-13 Thread db
this is so weird. it didn't at first, but now it does. i must have had a typo in there someplace and just didn't catch it. thanks! "Cam Dunstan" <[EMAIL PROTECTED]> wrote in message 001d01c2717a$b2171080$7866a8c0@camhome">news:001d01c2717a$b2171080$7866a8c0@c

[PHP-WIN] Re: passing variables part 2

2002-10-13 Thread db
another roadblock: how would you pass a variable containing a path like $i="C:/pics/albums/album1"? is it possible? thanks. "Db" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > this is a follow-up question to my question

Re: [PHP-WIN] this one's got me stumped...

2002-10-23 Thread db
. > > That sounds like the least tedious way without requiring a mass file > upload (i.e. other than http access to the web host like ftp or direct). > > I think you're running into an HTTP limit here, not a PHP limit. > > -Dash > > "Don't tell me I'm bur

Re: [PHP-WIN] uploading multiple files question...

2002-10-20 Thread db
oh, well. it was worth a shot. thx! "Rasmus Lerdorf" <[EMAIL PROTECTED]> wrote in message news:Pine.LNX.4.44.0210201502190.28315-10@;www.lerdorf.com... > On Sun, 20 Oct 2002, db wrote: > > > i know this question has been asked before, but my slant is a little &g

[PHP-WIN] uploading multiple files question...

2002-10-20 Thread db
i know this question has been asked before, but my slant is a little different. i'd like to be able to upload multiple files (pictures, actually) by highlighting/selecting a bunch of files in a single "browse" dialog rather than have multiple browse buttons on the page. is this possible? if so, h

Re: [PHP-WIN] this one's got me stumped...

2002-10-22 Thread db
["error"]=> int(0) ["size"]=> int(36950) } } it seems that $_FILES['userfile'] has a default size of 5. but i'm not sure how to...comprehend this. any ideas on how to get around this? thanks. --db "Dash McElroy" <[EMAIL PROTECTED]> w