I'd like to add cms functions to some of our script sites for articles and content. Does anyone have experience running php scripts on a CMS page, whether it be joomla/vivvo or any others? If we run another script such as a search engine within the page, how would the results be shown? Any help is appreciated!
Hi, not sure if I got you completely here, but, for instance, you might take look at drupal maybe? Drupal is capable of running PHP code in pages, if you create them in PHP mode.
Joomla can do it. The easiest way i have found is to use the wrapper. You can basically wrap any web page into your theme. Just as a for instance, you could have your list signup page from phplist wrapped into your regular site but still have phplist running independently.