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, line 3..... blah blah.....

and my header.php is this

<?php

echo '<table border="0" cellpadding="0" cellspacing="10" align="center"
bgcolor="#ECE5B6"  width="100%">';
// plaisio

echo '<tr>';

echo '<td width="100" bgcolor="#FEF0C5" valign="top">'; 

echo ' /  /art/logo.png   ';

echo '<td bgcolor="#9FAF80">';

require ('thetime.php');

echo '</td></tr></table>';

require('modules/search.php');

?>
-- 
View this message in context: 
http://n4.nabble.com/Trying-to-add-some-data-to-database-from-a-form-tp1599560p1599755.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to