Hi..
I have one Php page in which I put the terms A to z as a glossary
Then if one clicks on any of the term , on the same page all the terms belong to the same alphabate appears on the page..
It works well
But , i want to create something in which
I.e if i click on "A" it should direct me to another page awords.php and shows contains on that..I want to do that with PHP coding
My code works for the previous condition but not for the later one..
I have one Php page in which I put the terms A to z as a glossary
Then if one clicks on any of the term , on the same page all the terms belong to the same alphabate appears on the page..
It works well
But , i want to create something in which
I.e if i click on "A" it should direct me to another page awords.php and shows contains on that..I want to do that with PHP coding
My code works for the previous condition but not for the later one..
Comment