Hello,
I am very new to Actinic, using Actinic Developer Version 7. I am curious to know how to integrate php with Actinic. To make things easy, I have tried to just echo a simple date script in my Actinic cart - this doesn't work. I have the php in a separate file and am including it in Act_Primary.html (ie <?php include "header.php"; ?>). How can I get this to work properly?
This is basically a simple test so that I can get familiar with the integration. Eventually I would like to be able to integrate this with a MySQL database used for job tracking...or does Actinic basically act like a job tracking service once I really get into it? Opinions? I basically want to be able to have a list of customers/clients and be able to see what they ordered (past and present) and also be able to have the customers/clients view the same information - allowing for quick re-orders, etc.
Thanks,
Kyle
I am very new to Actinic, using Actinic Developer Version 7. I am curious to know how to integrate php with Actinic. To make things easy, I have tried to just echo a simple date script in my Actinic cart - this doesn't work. I have the php in a separate file and am including it in Act_Primary.html (ie <?php include "header.php"; ?>). How can I get this to work properly?
This is basically a simple test so that I can get familiar with the integration. Eventually I would like to be able to integrate this with a MySQL database used for job tracking...or does Actinic basically act like a job tracking service once I really get into it? Opinions? I basically want to be able to have a list of customers/clients and be able to see what they ordered (past and present) and also be able to have the customers/clients view the same information - allowing for quick re-orders, etc.
Thanks,
Kyle
Comment