|
|
 |
Re: FN-FORUM: PHP if null show this instead of that +
date posted 24th August 2007 15:23
> it's weird this one as the =3D{$myrow[7]} displays but this isn't what=
I
> want! I want the acutal record from row 7 !
Check your quote characters, perhaps breaking the string into smaller =
parts?
A simple line like "print $myrow[7];" might help you to debug that part =
of =
it.
What you're asking for is the seventh item in the $myrow array, currentl=
y. =
Not sure if that's the same as what you want..
Anthony
-- =
www.fonant.com - Quality web sites
|
 |
|