Embedding complicated php scripts. {SOLVED}

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
Lee H
Posts: 8
Joined: Wed 26. Apr 2006, 20:46

Embedding complicated php scripts. {SOLVED}

Post by Lee H »

Hi,

My first post, but I've been reading all your posts and helpful information for several months now.

I can't thank Oliver enough for all his efforts, because of that, my efforts will be less.

But I need help and or advice.

Right now my site is only on my local server but I am working feverishly to make it public. All of my site is dynamic and has several php pages that pass information to other php pages that render html output. And I would love to have phpwcms managing everything. It's my understanding that php pages can be included in the main content part of phpwcms. But if they are long pages, Iframes should be considered.

Iframes are not something I want to use. Not all browsers support Iframes, and Google would surely make things ugly if the frame contents were available for people to browse.

If I had a form that a user submits info to "output.php", where would I point the form to if "output.php" was included in phpwcms?

Or is it feasible to copy most of the code in "index.php" in my new php file so my output will show in the body area. A wrapper? And if this is possible, would replacement tags work? I would still like the navigation menus and the breadcrumb functional.

I would appreciate any help or ideas.

Thanks, Lee

EDITED to add that this was solved in another thread. http://www.phpwcms.de/forum/viewtopic.php?p=64279#64279

Also after rereading this post I realized that I asked my question poorly and it was confusing. Thanks for looking though.
Post Reply