Hi,
A bit confused here... this is my programs logic:

if(multipleProducts==1)
{include "multiple_products_looping_code.php";}
else {include "single_products_code.php";}

I am doing the above because some of the code is pretty big and it makes
life simlier
if I just add the code when I need it.

Only problem is: when i include the code for multiple products...its
outputting the raw code from there....!!

Do I have to start and end the included files with <?php  ?>   ?

Thanks,
-Ryan

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to