JP128 Posted June 17, 2006 Share Posted June 17, 2006 Hello everyone I am trying to see if I can get into a different directory on my website.This is an example...php/docs/page.phpphp/otherdocs/otherpage.phpSay that those are 2 different directories. How would I go about getting into the other directory with a link?||||Page.php||||<a href="otherpage.php">Otherpage.php</a>----------------^-^----------------I want that to link to the other directory, but I dont know how... can anyone show me a sample? I want to do it with out retyping the entire webpage.thanksIf you dont get what I am trying to do, post something. I have Yahoo, MSN, and aim... if you have anyof those, i will add you Link to comment https://forums.phpfreaks.com/topic/12223-directories-i-need-some-help/ Share on other sites More sharing options...
JP128 Posted June 17, 2006 Author Share Posted June 17, 2006 hmm does anyone understand what I Am trying to do? Link to comment https://forums.phpfreaks.com/topic/12223-directories-i-need-some-help/#findComment-46601 Share on other sites More sharing options...
joquius Posted June 17, 2006 Share Posted June 17, 2006 uhh<a href="?dir=php/otherdocs/&file=otherpage.php">otherpage.php</a>then get the file and dir using $_GET on the page and then use these to get the specified file Link to comment https://forums.phpfreaks.com/topic/12223-directories-i-need-some-help/#findComment-46602 Share on other sites More sharing options...
JP128 Posted June 17, 2006 Author Share Posted June 17, 2006 I am really bad with the GET... I havent ever learned how you use them... hmm is there somewhere where I could learn it? Or have a brief introduction? lol Link to comment https://forums.phpfreaks.com/topic/12223-directories-i-need-some-help/#findComment-46604 Share on other sites More sharing options...
joquius Posted June 17, 2006 Share Posted June 17, 2006 RTFM...there are tons of tutorials on this site.. Link to comment https://forums.phpfreaks.com/topic/12223-directories-i-need-some-help/#findComment-46605 Share on other sites More sharing options...
JP128 Posted June 17, 2006 Author Share Posted June 17, 2006 I was looking for tutorials after I posted. Link to comment https://forums.phpfreaks.com/topic/12223-directories-i-need-some-help/#findComment-46606 Share on other sites More sharing options...
JP128 Posted June 17, 2006 Author Share Posted June 17, 2006 I found a tutorial, but it didnt explain how it all works, it basically showed me how to do it, and use $_GET. But I already know how to do that.. I just dont know how to use it the way you did. I am still looking tho Link to comment https://forums.phpfreaks.com/topic/12223-directories-i-need-some-help/#findComment-46607 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.