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
> 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
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
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