View Single Post
Old 06-28-2005, 03:08 PM  
Serge Litehead
Confirmed User
 
Serge Litehead's Avatar
 
Industry Role:
Join Date: Dec 2002
Location: Behind the scenes
Posts: 5,190
you can't have "<?php" tags nested within each other.

the include() function should be applied the same way as tep_image() there with concatenation periods around it .include().

simple example:
$var = "Hi my name " . get_name() . " whats up?";
or
$var = "Hi my name " . get_name();
__________________
Serge Litehead is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote