Hi frnds....

I have a page with different topics and explanations....
the total description in a single page..and all headlines at one place...
now iam clicking on nth headline, than the page shows that nth topic description location...
plz tell me how can i do that?

Recommended Answers

All 5 Replies

I couldn't exactly understand that description but the title is straight forward. So if you are meaning to have to pages but with the same contents just make the second page contain only the following:

<?
include('firstpage.php');
?>

or even

<?
echo file_get_contents("http://www.mysite.com/firstpage.php");
?>

I couldn't exactly understand that description but the title is straight forward. So if you are meaning to have to pages but with the same contents just make the second page contain only the following:

<?
include('firstpage.php');
?>

or even

<?
echo file_get_contents("http://www.mysite.com/firstpage.php");
?>

Hi sir,
Sorry 4 inconviniance....i think my communication is not good....

In a single page i need to search a string by using link...that link having querystring like this..

<a href="http://hadco-metal.com/Index.php?SourceID=20">jobs</a>

in this way i have 10 number of links...

when i click on the jobs, than the display location goes to jobs topic...it is also in same page....

plz check with patience...

Thank U...

All hail Daniweb ;) heh.. Cheers!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.