Hi friends…
I have a table named news which contain columns such as Title, Content,NewsId and many more.
I want to display titles in form of link and when we click any link we get its corresponding Content.
By above code I display Title as link but don’t know how to display its corresponding Contents on click.
Plzzzzzzzzzzzzzzzz
Help me anyone…
You just need to create another page where you can pass the news id (supposed to be unique id/primary key) and with the help of that id you can query the news details:
Thx for your fast reply friend
but I got this error with ur code.
[B]Warning: mysqli_escape_string() expects exactly 2 parameters, 1 given in C:\wamp\www\NGOProject\danidis.php on line 3
Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given in C:\wamp\www\NGOProject\danidis.php on line 5[/B]