Welcome Guest, Not a member yet? Register   Sign In
problem with the tutorial
#2

[eluser]iainco[/eluser]
Your server doesn't have PHP short tags enabled, you can either use

Code:
<?php echo $row->title;?>

instead of

Code:
<?=$row->title?>

Or you can use the option in your config.php:

Code:
/*
|--------------------------------------------------------------------------
| Rewrite PHP Short Tags
|--------------------------------------------------------------------------
|
| If your PHP installation does not have short tag support enabled CI
| can rewrite the tags on-the-fly, enabling you to utilize that syntax
| in your view files.  Options are TRUE or FALSE (boolean)
|
*/
$config['rewrite_short_tags'] = TRUE;


Messages In This Thread
problem with the tutorial - by El Forum - 12-04-2008, 07:06 AM
problem with the tutorial - by El Forum - 12-04-2008, 07:24 AM
problem with the tutorial - by El Forum - 12-04-2008, 07:37 AM
problem with the tutorial - by El Forum - 12-04-2008, 07:38 AM



Theme © iAndrew 2016 - Forum software by © MyBB