Hi,
I've got the following php code:
<?PHP
define ('TITLE', 'Page Title Goes Here');
?>
I want to know what I need to do to have this:
<% $picture[title] %>
inserted where 'Page Title Goes Here'
Currently i get this error:
Parse error: syntax error, unexpected T_STRING in /home/guns/public_html/base/3rd-part/class.template/class.template.php(364) : eval()'d code on line 2
I appricated your responses!
Marvin



Reply With Quote

Bookmarks