Anyone have a good suggestion on where to view some sample code to write a script to catch the ejunkie cart variables?
I gather you are trying to use our Integration feature:http://www.e-junkie.com/ej/help.integration.htmAny generic form-handler type of script should work, since HTML-based forms typically submit via HTTP POST, so you can look for tutorials or ready-made scripts for receiving form data via POST and use that as a guideline for writing your own script. Also, make sure you set your script file's permissions to be world-executable, and you may need to take some specific steps in your Web hosting control panel to enable or set up PHP.
Any generic form-handler type of script should work, since HTML-based forms typically submit via HTTP POST, so you can look for tutorials or ready-made scripts for receiving form data via POST and use that as a guideline for writing your own script.
Share and learn in the E-junkie community.