kwijmbo
01-09-2007, 02:43 AM
Hi,
I'm still a bit new to php but have a bit of experience with it.
I currently built a website in Gunther which is basically a php framework that uses smarty templates. It allows you to create new pages etc like a small cms and allows you to enter php code and html etc to help display your data.
A problem I'm having is on one of the pages in my site which is created as a flat file, not sql, I want to display and use a php user management program.
I have successfully been able to use a php form script as the whole application is in the one script. However when using a more advanced program that has many php files, I get issues and it won't allow the other files it calls on to load.
I was wondering if anyone here has experience with this, and could suggest a fix? Using as an iframe doesn't work, nor does as an include.
Cheers in advance,
Paul
I'm still a bit new to php but have a bit of experience with it.
I currently built a website in Gunther which is basically a php framework that uses smarty templates. It allows you to create new pages etc like a small cms and allows you to enter php code and html etc to help display your data.
A problem I'm having is on one of the pages in my site which is created as a flat file, not sql, I want to display and use a php user management program.
I have successfully been able to use a php form script as the whole application is in the one script. However when using a more advanced program that has many php files, I get issues and it won't allow the other files it calls on to load.
I was wondering if anyone here has experience with this, and could suggest a fix? Using as an iframe doesn't work, nor does as an include.
Cheers in advance,
Paul