[fw-general] Re: Trying to add some data to database from a form

2010-03-19 Thread stelios
ok thanks, i managed to figure it out a while after i first posted and i corrected. but now i have another issue... Fatal error: Uncaught exception 'Zend_Controller_Response_Exception' with message 'Cannot send headers; headers already sent in C:\xampp\htdocs\eshop\public\modules\header.php,

[fw-general] Re: Trying to add some data to database from a form

2010-03-19 Thread stelios
1- Well, check your modules\header.php, line 3, as the message states. Someone is outputting on line 3 or before. Maybe an include file. 2- Check that there are no spaces/anything before ?php in the php files. 3- Delete all closing ? in php files. Spaces after can/will cause outputting. 4-

[fw-general] Re: Trying to add some data to database from a form

2010-03-19 Thread stelios
ok i figured out the problem with your help, thanks for giving me to understand how it works. i moved my .php files here application\custom\modules and my images at application\custom\art so i have to change the image links in my php files can you help me ? first it is wrong to put my php