Hello folks, i am newbie at this whole php thing :) Maybe this is not to place to ask this, if i am at the wrong place, please forgive me.
I got an assignment that i have to do, i am stuck somewhere, and cant find out what the problem is, i have an idea, but dont know for sure. This is what i have done. I downloaded all the packages needed from php.net, i placed them all in one map, read the documentation and placed what depends and requires each file in one root map. I changed some map names and i also edited some .php files, i added 'set_include_path' in some .php files. When i open test.php i see that it reads the ini file, and it also reads the forumbuilder.php, but it stops here (used print function): // Initialize array with default values $formValues = $this->_do->toArray(); What could be the reason that it stops at the above line or in the called method. The debug = 5 and it does not show any error or info. Enis Yoldas -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php