Hi all,
I am working on webdirectory. But i want when i click on any link on that page then page should be same and informtion or contents of that page will be change. Let me explain---
Like i have one file index.php and here are so many linke like this
because i am fetching value from database: <a href="<?=$row['cat_name']; ?>-<?=$row['id']?>-1.html" title="<?=$row['cat_name']?>"><strong><? echo $row['cat_name']; ?></strong></a>
Now suppose ="<?=$row; ?> have value Arts
<?=$row?> have value 100
Link is now index.php page
Arts/100-1.html now . I want this link should come index.php page
and now which information related to Arts Category and having id 100 should come on index.php page.
But i do not know i can fetch this different info with clicking on this type of link on index page or same page.
Please help me to solve this. I will be very thankful to him.
thanks,
gagan