MX Includes Forum :: PHP function "include" doesn't work propely...
This thread was displayed: 0 times
Starting with 17th May 2007, Adobe Systems will stop offering support for any version of the discontinued InterAKT products. As a result, we will not answer to new support incidents starting with May 17th, 2007. Pending support incidents will still be followed in order to be closed. The product forums will remain open and be transformed in user-to-user forums. The general forums will be made read-only and not allow new posts or comments.
For more information about the affected products visit: www.interaktonline.com/Support/
Ernesto Casareto
03-02-2007 12:47:32 GMT +2
|
Hello,
I'm using the "server-side include from list" server beheavior, and Ithink is great!
However, lets say that with the "server-side include from list" server beheavior I include the registration page in a website, and I want to include in that page the registration form (which is in another page), I use the PHP include function.
What I get at the end is just the registration form, all of the othercontent of the page is missing...and I don't understand why.
Can you help me?
thank you
Ernesto
|
|
|
Razvan Racasanu[InterAKT]
03-02-2007 13:57:29 GMT +2
|
Hello,
You should not use the PHP include function, but you should use Server Side Includes to include the form in the registration page.
Regards,
Razvan RACASANU
|
|
|
Ernesto Casareto
03-02-2007 14:05:50 GMT +2
|
Hi,
I tried to use the Server Side Includes, but the pageI needto include is on another web site, so I get the error message "set the folderpermissionto execute" or something like that.
So I set the permission, but I get the same message...
Thanks
Ernesto
|
|
|
Razvan Racasanu[InterAKT]
03-02-2007 14:38:49 GMT +2
|
Hello,
MX Includes was not designed to support including pages from other sites, and the include function does not work very well with HTML pages, as the content can get invalid.
Regards,
Razvan RACASANU
|
|
|