Apr 10th, 2010, 4:40 PM
Hi Hannes,
I tried that code and it actually works fine for me. One thing: remove the very first require() line.
That's not needed, but it shouldn't cause an error...
You mentioned you created that file at the following location: forms/show.php. Is the /forms folder the Form Tools root folder (i.e. the folder with the main login form for the script?)
If so, that's correct.
Are you running 1.0.0 of the API, btw? If not, download it!
http://docs.formtools.org/api
I must say, I'm kind of stumped on this... it should work - it certainly does on my installation.
- Ben
I tried that code and it actually works fine for me. One thing: remove the very first require() line.
PHP Code:
require("global/session_start.php");
That's not needed, but it shouldn't cause an error...
You mentioned you created that file at the following location: forms/show.php. Is the /forms folder the Form Tools root folder (i.e. the folder with the main login form for the script?)
If so, that's correct.
Are you running 1.0.0 of the API, btw? If not, download it!
http://docs.formtools.org/api
I must say, I'm kind of stumped on this... it should work - it certainly does on my installation.
- Ben