Emma ...x Posted July 26, 2006 Share Posted July 26, 2006 Hey, i wasnt sure wether i had to post somewhere before making a topic.. so correct me if i'm wrong.Well, i'm pretty new to php and i'm not into the proper technical stuff, just using a header/footer and includes to organise my site. i recently got a cpanel etc.. and in my ftp i was told to upload to the folder "www" and i wanted to make new folders saying site, me etc.. then put the php files in there so i wouldn't have to scroll through the whole ftp to find the right file i wanted to edit.. Now i looked around on other sites and i can't find any help, it's probably a stupid problem thats why. Okay, so i want to link to tagme.php and thats in the folder called "site" so i put /site/tagme.php and when i click that i get..Actually i'll give you the link to the page, click tagme and you'll see what happens.http://www.too-fresh.net/site.phpwhat am i doing wrong? Quote Link to comment https://forums.phpfreaks.com/topic/15678-i-dont-get-it/ Share on other sites More sharing options...
zq29 Posted July 26, 2006 Share Posted July 26, 2006 [quote author=Emma ...x link=topic=101910.msg403768#msg403768 date=1153913251]Hey, i wasnt sure wether i had to post somewhere before making a topic.. so correct me if i'm wrong.[/quote] Nope, post away!But on to your issue. I think the problem is most likely that you are not referencing your other files correctly within tagme.php. to include, for example, your header.php (which I guess is stored in the directory above 'site') you would have to reference it as '../header.php' instead of just 'header.php'. Without seeing your code, that would be my best guess.By the way, your site doesn't work correctly in FireFox. Quote Link to comment https://forums.phpfreaks.com/topic/15678-i-dont-get-it/#findComment-63946 Share on other sites More sharing options...
Emma ...x Posted July 26, 2006 Author Share Posted July 26, 2006 Okay.. thanks i'll try that. Hmm.. not sure what to do about the firefox thing :/ Quote Link to comment https://forums.phpfreaks.com/topic/15678-i-dont-get-it/#findComment-63962 Share on other sites More sharing options...
ozPATT Posted July 26, 2006 Share Posted July 26, 2006 haha, welcome to the world of cross-broswer compliance! ;)as for your file issue, i agree with the above, but as i don't see any tagme link on the main site, I'm not sure either what the problem is exactly. In your ftp program, you should be able to set it up so that when you log in, it goes straight to the www folder, saving you the hassle of searching through everything. then in that, if you put all your main files in there, then have an 'images' folder, and an 'includes' folder, it should keep everything pretty straight forward. hope that helps!Patrick Quote Link to comment https://forums.phpfreaks.com/topic/15678-i-dont-get-it/#findComment-64005 Share on other sites More sharing options...
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.