Welcome Guest, Not a member yet? Register   Sign In
[newbee] code outputs only html
#2

[eluser]gtech[/eluser]
use

<?php ... ?>

instead of


<?= ... ?>

is only used to echo variables

<?=$var?>

its like doing

<?php echo $var; ?>

I assume you are calling your code through the controller. hope it helps unless I am on the wrong track.

[edit]dang! must think before replying! gunters below reply is correct as you can echo form_open(<path>); if short tags are disabled only the &lt;?php open tag will work[/edit]


Messages In This Thread
[newbee] code outputs only html - by El Forum - 04-25-2008, 10:32 AM
[newbee] code outputs only html - by El Forum - 04-25-2008, 11:03 AM
[newbee] code outputs only html - by El Forum - 04-25-2008, 11:38 AM
[newbee] code outputs only html - by El Forum - 04-25-2008, 11:56 AM
[newbee] code outputs only html - by El Forum - 04-25-2008, 12:27 PM
[newbee] code outputs only html - by El Forum - 04-25-2008, 12:53 PM
[newbee] code outputs only html - by El Forum - 04-25-2008, 12:58 PM
[newbee] code outputs only html - by El Forum - 04-25-2008, 01:01 PM
[newbee] code outputs only html - by El Forum - 04-25-2008, 01:02 PM
[newbee] code outputs only html - by El Forum - 04-25-2008, 01:16 PM
[newbee] code outputs only html - by El Forum - 04-25-2008, 01:32 PM



Theme © iAndrew 2016 - Forum software by © MyBB