E-Junkie Forum http://www.e-junkie.com/bb/ E-Junkie Forum RSS en-us Copyright 2009, 19.5 Degrees. All rights reserved. webmaster@e-junkie.com webmaster@e-junkie.com Fri, 9 Oct 2009 02:48:38 GMT Sat, 21 Nov 2009 02:42:19 GMT 681 E-JUNKIE 5 E-Junkie Forum http://www.e-junkie.com/bb/ http://www.e-junkie.com/ej/logo.gif 290 104 Post #2 http://www.e-junkie.com/bb/topic/3756/pg/0#post11772 http://www.e-junkie.com/bb/topic/3756/pg/0#post11772 Fri, 9 Oct 2009 02:48:38 GMT http://budgetjustified.com/cgi-bin/YourPerlScriptHere.pl or http://budgetjustified.com/path/to/YourPHPScriptHere.php -- which can receive HTTP POST submissions (similar to how a form-handler script works) and then that script would do whatever you wish with the data, such as save it to a text/HTML file, reoutput it in a different format to yet another script or URL, etc.]]> E-junkie Discussions; Tyson Post #1 http://www.e-junkie.com/bb/topic/3756/pg/0#post11772 http://www.e-junkie.com/bb/topic/3756/pg/0#post11772 Thu, 8 Oct 2009 18:31:19 GMT
I'm trying out sample code. I direct transaction data to http://budgetjustified.com/get_urlTest.htm
which is supposed to call http://budgetjustified.com/cgi_bin/testParse.pl and output some text junk to a csv file. It seems as though nothing is getting output to the file, not even the text I hardcoded in testParse.pl .

Which makes me think something isn't being called. I tried placing testParse.pl in the cgi-bin directory, and tried it in the home directory. No results. Is there an example htm file that calls an example text parsing script that works with ejunkie? I think this should be a fairly simple task, but I'm rusty on syntax.]]>
E-junkie Discussions; Travis