views:

25

answers:

1

Hi all,

I have a PHP file that has a self submitting form.

Does anyone know of any plugins that I could use in Joomla to directly use this file and show the results on the same page that it was called from?

I've tried a few like DirectPHP and have the form showing on the page fine. The results from the PHP file show fine on the page except for foreach loop errors, which don't make sense.

The file literally just takes some input, does some MySQL queries, loops through arrays and then spits the result out.

Thanks in advance!

+2  A: 

You could look at http://www.chronoengine.com/downloads/chronoforms/83-chronoforms-j1.html

This component allows you to create custom code forms and handle the input, output and database actions.

Jeepstone