TAV3RN
03-12-2009, 07:03 AM
Hi
I would like to know how to display a certain record from my sql result.
Say i have SELECT * FROM tbl
which brings back
title:
title 1
title_2
title_3
title_4
i would like to be able to display at the top of the page title_1 and then further on in the page title_3 and then ignore the other 2 records.
I was thinking about putting these results into an array but i cant seem to get it to work.
Any help is much appreciated.
Thanks
TAV3RN
I would like to know how to display a certain record from my sql result.
Say i have SELECT * FROM tbl
which brings back
title:
title 1
title_2
title_3
title_4
i would like to be able to display at the top of the page title_1 and then further on in the page title_3 and then ignore the other 2 records.
I was thinking about putting these results into an array but i cant seem to get it to work.
Any help is much appreciated.
Thanks
TAV3RN