Jump to content

any help would be really gr8full


runnerjp

Recommended Posts

hey guys
ok iv created a profile site on a sub domain www.profiles.runnerselite.com and i wanna put it on my main website so i dnt have to have to do new layout ect if that makes sence

so on www.runnerselite.com/test.php i tried this by adding to my template and menus and other bits of info that i add to every page [code]<?php include("http://www.runnerselite.com/profiles")?>[/code]
the problem is that is misses otu pictures and does not load them and for sum reaosn increasis in size and dus not fit on my page

do i have to write a include script for all the files within runnerselite.com/profiles??
Link to comment
Share on other sites

Hi. In your code, you are adding a directory to a .php file which has no effect. You can only include files, not directories.

Use this instead:
[code]
<?php include("http://www.runnerselite.com/profiles.php")?>
[/code]

Change profiles.php to whatever your included file name and extension is.
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.