D4Diana Posted February 5, 2009 Report Posted February 5, 2009 I ask really stupid questions... like if there's a simple way of doing something... that's not the way I'm going to do it... Until I spend 234 hours trying the hard way to discover... "oh... that's what I am supposed to do..." :/ I have an internship with a web design company... but I'm teaching myself. I have managed to figure a lot of stuff out, but now I'm stuck... "look at the menu options and create directories to match. Copy and place the index.php file you created into each of those directories." that's part of my instructions... which has me confused... because I thought that it would be just another page that would go to the other menu options... but the copy and place the index.php thing has be a little confused... just copy and past? is that what I do? Now that I wrote this all out I think I know what I am supposed to do... but someone with more insight please give me some guidance. Quote
falkencreative Posted February 5, 2009 Report Posted February 5, 2009 The instructions seem pretty clear to me... -- create folders based on a list of menu options -- inside each of those folders, copy and paste a index.php file that you created earlier. If you want clarification, you really need to go back to the person who assigned you the instructions. We may not be able to help you much because we can only work from what you give us, and we don't know the background and what you have done so far. Quote
LSW Posted February 5, 2009 Report Posted February 5, 2009 "Directories" means folders. Some folks prefer to have the web site subset into directories for each menu item. I do not, but there is nothing wrong with it. Every time the browser enters a folder it will by default show any file named index, unless a file name is included in the link. Quote
D4Diana Posted February 5, 2009 Author Report Posted February 5, 2009 I have it all figured out now, I'm just trying to make my php work now. Thanks both of you! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.