Forum Index
/
General
/
DbSelectField error with name "footer"
[
This topic is solved ]
haste
15 March 10 / 03:14
When using the DbSelectField with the name 'footer', the data is not shown properly. Every other name is fine. How is this possible?
<?php
$form
->
dbSelectField
(
"Footer"
,
"footer"
,
"marketing_footers"
, array (
"f_text"
,
"f_name"
),
'ORDER BY `f_name`'
,
FH_NOT_EMPTY
);
?>
haste
15 March 10 / 03:17
Sorry, my mistake. I noticed that the 'conflict' was caused by CSS.
I used the id 'footer' in there and this made a muck up of the DBSelectField.
Top
powered by
PHP-GLOBE
© 2004 - 2010 FormHandler. All rights reserved. -
Open source license