How could I get something like repeater control in PHP?
Hi
I am new to PHP and web programming as well.
How could I get something like repeater control in PHP?
All I need to get categories name from categroies table and display like www.allrelevantsites.com ,
The categories should be displayed in three columns.
Thanks a lot
Re: How could I get something like repeater control in PHP?
Re: How could I get something like repeater control in PHP?
Quote:
Originally Posted by penagate
Thanks . This is not what I am looking for. If you could see in www.allrelevantsites.com the categories are arranged in columns. If i get the records from say categories table from my database, is there any good ways to show other than loopin the record
Re: How could I get something like repeater control in PHP?
Showing data has nothing to do with retrieving it. If you want to display things in columns use CSS.
Re: How could I get something like repeater control in PHP?
Thanks , Would you mind giving me some hints , or some refference
New to the world. never mind
Re: How could I get something like repeater control in PHP?
Re: How could I get something like repeater control in PHP?