View Single Post
  #5  
Old 03-28-2005, 01:28 PM
  frankdux's Avatar 
frankdux frankdux is offline
 

Senior Member
  
Join Date: Jul 2004
Location: Manchester, NH, USA
Posts: 125
 

Default

I thought that might work because if I can parse regular PHP using code {php}{/php} tags, then I should be able to parse any additional PHP that comes along as a result of the first PHP code. For some reason though, I am getting the following message:

Fatal error: Cannot redeclare my_function() (previously declared in /directory/www/file.php:4) in /directory/www/file.php on line 4 .

It seems to think I am redeclaring one of my own functions but I don't see how that can be. Any ideas?
__________________
X-Cart: 4.0.18
Linux, Apache, MySQL: 4.1.16, PHP: 4.4.2
Reply With Quote