Re: [PHP-DB] A question - ($file_exists)

2001-03-27 Thread Matthew Cothier
Why isn't this working? "); } else { print(""); }//end if }//end for loop ?> _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. -- PHP Database Mailing List (http://www.php.net/) To unsubscr

Re: [PHP-DB] A question - ($file_exists)

2001-03-27 Thread Russ Michell
Can you not just make it less confusing and have the one variable to echo to the page? As you saw from my example, a single variable can have multiple values if it is produced from a for-loop. I'm sorry if this doesn't help - often a good night's sleep sorts it out - exactly what I'm off to d

RE: [PHP-DB] A question - ($file_exists)

2001-03-27 Thread Larry Rivera
oops $x should start with "0" -Original Message- From: Larry Rivera [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 27, 2001 11:04 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [PHP-DB] A question - ($file_exists) or you can put yuou r values into an array the

RE: [PHP-DB] A question - ($file_exists)

2001-03-27 Thread Larry Rivera
s Michell Sent: Tuesday, March 27, 2001 10:46 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [PHP-DB] A question - ($file_exists) Hi there: What about doing it like this: #---# "Believe nothing - consider everything&q

Re: [PHP-DB] A question - ($file_exists)

2001-03-27 Thread Russ Michell
Hi there: What about doing it like this: #---# "Believe nothing - consider everything" Russ Michell Anglia Polytechnic University We

Re: [PHP-DB] A question - ($file_exists)

2001-03-27 Thread Darryl Friesen
> Whats wrong with this code? > > $img1 = "episodeID_a.jpg"; > $img2 = "episodeID_b.jpg"; > $img3 = "episodeID_c.jpg"; > $img$x="blank.jpg"; That doesn't what you expect. I think the syntax is the same as Perl: $var = "$img$x"; # $var hold the _name_ of the variable