Re: [PHP-WIN] Same code but some photos won't show.

2011-02-28 Thread Tommy Pham
On Sun, Feb 27, 2011 at 1:03 PM, Bill Mudry wrote: > I finally got code going to show off UV fluorescent (wood) photos. All pages > are dynamically formed with PHP and MySQL. Most photos show but, strangely > ---  some do not, even though it is the same code that is forming each page > according t

Re: [PHP-WIN] Same code but some photos won't show.

2011-02-28 Thread Niel Archer
> On 28 February 2011 02:22, Niel Archer wrote: > >> > >>          $uvquery = " > >>          SELECT u.uv_filename > >>          FROM uvphotos u > >>          JOIN species s > >>          ON u.species_name=s.species_name > >>          WHERE u.species_name = '$speciesname'"; > > > > You can't split

Re: [PHP-WIN] Same code but some photos won't show.

2011-02-28 Thread Richard Quadling
On 28 February 2011 02:22, Niel Archer wrote: >> >>          $uvquery = " >>          SELECT u.uv_filename >>          FROM uvphotos u >>          JOIN species s >>          ON u.species_name=s.species_name >>          WHERE u.species_name = '$speciesname'"; > > You can't split a normal string ove

Re: [PHP-WIN] Same code but some photos won't show.

2011-02-28 Thread Ferenc Kovacs
On Mon, Feb 28, 2011 at 3:22 AM, Niel Archer wrote: > > I finally got code going to show off UV fluorescent (wood) photos. > > All pages are dynamically formed with PHP and MySQL. Most photos show > > but, strangely --- some do not, even though it is the same code that > > is forming each page a

Re: [PHP-WIN] Same code but some photos won't show.

2011-02-27 Thread Bill Mudry
Thanks for an initial effort. Unfortunately, although I made both changes, it did not eliminate this strange effect. For example, Acacia acuminata and Acacia albida do not complete their uv pages while Acacia ane

Re: [PHP-WIN] Same code but some photos won't show.

2011-02-27 Thread Niel Archer
> I finally got code going to show off UV fluorescent (wood) photos. > All pages are dynamically formed with PHP and MySQL. Most photos show > but, strangely --- some do not, even though it is the same code that > is forming each page according to what a user picks as the species to view. >