| phpCOIN Main Site · Forum Guidelines |
Help
Search
Members
Calendar
|
|
Other phpCOIN Sites: [Live Demo] [Downloads] [Docs] [Bugs] [Wall of Shame] |
|
| Welcome Guest ( Log In | Register ) | Resend Validation Email |
![]() |
Themes: Other![]() ![]() |
| odhed |
Posted: February 06, 2010 05:18 am
|
|
Advanced Member ![]() ![]() ![]() Group: Members Posts: 64 Member No.: 276 Joined: September 19, 2006 |
I'm sorry if this is not the right room for this question, my question is can i use "include" or "header" function on a page? i want to wrap another page from another url, but i dont want to use and "iframe" ..
Thx |
| lightman |
Posted: February 06, 2010 05:37 am
|
![]() The Janitor ![]() ![]() ![]() Group: Admin Posts: 3,374 Member No.: 3 Joined: August 25, 2006 |
-------------------- ***** Unless otherwise stated, all replies refer to the following *****
==================================================================== --- The latest unmodified version of phpCOIN available from the phpCOIN download page on the date and time of this post. --- All relevant fix files applied - One of the four included unmodified themes - The original language files . --- Help will be given to install/configure/use phpCOIN, but not programming help to modify phpCOIN operations. If you are competent enough to make programming changes, you should be competent enough to read the source code and figure things out :) |
| odhed |
Posted: February 06, 2010 05:50 am
|
|
Advanced Member ![]() ![]() ![]() Group: Members Posts: 64 Member No.: 276 Joined: September 19, 2006 |
Thank you sir, i'll check that ,,
|
| odhed |
Posted: February 06, 2010 06:03 am
|
|
Advanced Member ![]() ![]() ![]() Group: Members Posts: 64 Member No.: 276 Joined: September 19, 2006 |
I have read it and i still can find the answer ... if i'm not mistaken that docs tells how to wrap phpcoin inside my web page design ,, and what i need is to wrap another page into phpcoin.
Ex: I make menu on main menu with name "google" and when i click that menu .. voila.. google.com appear on phpcoin page .. I've tried to make a page, and put an iframe code on it, and it works .. but i dont want to use an iframe code, can i use "include" function? Thx |
| odhed |
Posted: February 06, 2010 08:06 am
|
||||
|
Advanced Member ![]() ![]() ![]() Group: Members Posts: 64 Member No.: 276 Joined: September 19, 2006 |
i have read
and i think this is what i need .. I made 1 new page and put this code in a content ..
but it shows nothing .. why? do idid something wrong? Thx |
||||
| lightman |
Posted: February 06, 2010 11:28 am
|
![]() The Janitor ![]() ![]() ![]() Group: Admin Posts: 3,374 Member No.: 3 Joined: August 25, 2006 |
A white page is almost always the result of a php syntax error
IN your case, I suspect you have not ended the line within the php opening and closing statements with a ; (semi-colon) -------------------- ***** Unless otherwise stated, all replies refer to the following *****
==================================================================== --- The latest unmodified version of phpCOIN available from the phpCOIN download page on the date and time of this post. --- All relevant fix files applied - One of the four included unmodified themes - The original language files . --- Help will be given to install/configure/use phpCOIN, but not programming help to modify phpCOIN operations. If you are competent enough to make programming changes, you should be competent enough to read the source code and figure things out :) |
| odhed |
Posted: February 09, 2010 09:06 am
|
|
Advanced Member ![]() ![]() ![]() Group: Members Posts: 64 Member No.: 276 Joined: September 19, 2006 |
Thank You for your response, but it still show a blank page,,
so .. i think i move on with iframe .. Thank You |
| lightman |
Posted: February 09, 2010 01:00 pm
|
||
![]() The Janitor ![]() ![]() ![]() Group: Admin Posts: 3,374 Member No.: 3 Joined: August 25, 2006 |
You could maybe use something like
-------------------- ***** Unless otherwise stated, all replies refer to the following *****
==================================================================== --- The latest unmodified version of phpCOIN available from the phpCOIN download page on the date and time of this post. --- All relevant fix files applied - One of the four included unmodified themes - The original language files . --- Help will be given to install/configure/use phpCOIN, but not programming help to modify phpCOIN operations. If you are competent enough to make programming changes, you should be competent enough to read the source code and figure things out :) |
||
| odhed |
Posted: February 09, 2010 01:36 pm
|
|
Advanced Member ![]() ![]() ![]() Group: Members Posts: 64 Member No.: 276 Joined: September 19, 2006 |
wow ,, thank you .. I'll try that now ..
|
| odhed |
Posted: February 09, 2010 01:54 pm
|
|
Advanced Member ![]() ![]() ![]() Group: Members Posts: 64 Member No.: 276 Joined: September 19, 2006 |
Update:
I have tried that code, and it's still showing a blank page ,, *rolling back to traditional iframe .. |
| lightman |
Posted: February 09, 2010 01:55 pm
|
![]() The Janitor ![]() ![]() ![]() Group: Admin Posts: 3,374 Member No.: 3 Joined: August 25, 2006 |
I tested the code - it works - ensure you have NO whitespace after the final ?>
-------------------- ***** Unless otherwise stated, all replies refer to the following *****
==================================================================== --- The latest unmodified version of phpCOIN available from the phpCOIN download page on the date and time of this post. --- All relevant fix files applied - One of the four included unmodified themes - The original language files . --- Help will be given to install/configure/use phpCOIN, but not programming help to modify phpCOIN operations. If you are competent enough to make programming changes, you should be competent enough to read the source code and figure things out :) |
![]() |
![]() ![]() |