show the content of directory

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ajd335
    New Member
    • Apr 2008
    • 123

    show the content of directory

    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..
  • Markus
    Recognized Expert Expert
    • Jun 2007
    • 6092

    #2
    Originally posted by ajd335
    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..
    So, let me clarify: you want, when the user selects a letter, for them to be directed to a page which recognises the letter and displays the relevant ones - you also want the url to be written in a certain way? i.e. {chosen_letter} words.php?

    Comment

    • ajd335
      New Member
      • Apr 2008
      • 123

      #3
      Originally posted by markusn00b
      So, let me clarify: you want, when the user selects a letter, for them to be directed to a page which recognises the letter and displays the relevant ones - you also want the url to be written in a certain way? i.e. {chosen_letter} words.php?

      Hi Markus,

      the problem is solved now..Thanks..

      Comment

      Working...