giridharanbtech
New member
Friends I have two tables called categories and index.
Categories table have id and name. Index table have id,catid,sitename,url,description. I have inserted 10 values in the index table.
Now i want to display this things as table in my index page.It have to be like this.
Categoryname,sitename,url,description. Pls write a code for this. Especially how to display the category name based on id. Pls friends
Categories table have id and name. Index table have id,catid,sitename,url,description. I have inserted 10 values in the index table.
Now i want to display this things as table in my index page.It have to be like this.
Categoryname,sitename,url,description. Pls write a code for this. Especially how to display the category name based on id. Pls friends