Form using PHP, AJAX and MySQL inside Joomla 3 not working

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
rad1964
Forum Newbie
Posts: 12
Joined: Sun Jan 22, 2012 10:51 pm

Form using PHP, AJAX and MySQL inside Joomla 3 not working

Post by rad1964 »

Hello,
I developed a form outside of Joomla 3 and for the most part it works, but migrating it into an article in Joomla has proved most difficult.
Here is the working form, outside of Joomla. http://sfda.org/reports/EWMS.php

The part I am stuck on now is when you hit submit match sheet button. It uses process.php to... process the form and return values in an easy to see manner. (As seen on the form outside of Joomla)

Inside Joomla when I hit submit match sheet button, I get no console errors, yet the page stops loading at <body> tag. I have tried relative URL and I have tried absolute URL.
Just a blank process.php results page. The form is protected via registered users only. I have created a login for those that want to try and help me suss this problem out.
http://sfda.org/sfda2014/index.php/elec ... atch-sheet
user: test
pass: test
I will de-activate the login within a day or two.

Appreciate the help!

Robert
rad1964
Forum Newbie
Posts: 12
Joined: Sun Jan 22, 2012 10:51 pm

Re: Form using PHP, AJAX and MySQL inside Joomla 3 not worki

Post by rad1964 »

Well its been a few days removing the test USER. If you feel you can help respond and I will add test as a user again.
rad1964
Forum Newbie
Posts: 12
Joined: Sun Jan 22, 2012 10:51 pm

Re: Form using PHP, AJAX and MySQL inside Joomla 3 not worki

Post by rad1964 »

Changed all 7 of my require_once inclusions in my process.php to include_once and I am back in business!

rad1964
Post Reply