You know what? I did what you suggested and it works!. Overlooked that one
alright.
print "\n$fieldn\n\n \n";
Yeah you're right, wonder why it works that way?
Thanks anyway.
regards
Steve Brett wrote:
> i always use:
>
> print "".$values."";
>
> sometimes i can get away without s
i always use:
print "".$values."";
sometimes i can get away without splitting the string but generally i find
it easier to do it this way ...
p.s. if there are any rules i'm not aware of as to the format of strings
including values from db's i'd be really grateful if someone could point
them ou