i have NO experience in perl programming - in fact I have no experience in programming! - could someone guide me through getting an image on to my web page from a perl script.
I have a script which gives me a list of user defined variables; one of which is:
$header - string value containing...
The page i want to open is on my server - along with all my other pages including the perl file. I am trying to modify an existing script and have got to:
$FH = "HTML";
$FilePath = "confirmation.htm";
print "content-type: text/html\n\n";
open (FH, $FilePath);
close FH;
but I am obviously...
hello again - i can understand the problem here. I am asking it to collect this data before it has been entered. However I cannot work out how to get this done AFTER the customer has submitted. I have tried running my 'checkoutBasket' after my form has finished but this does not work. Can you...
thanks for the response niteowl, sorry for my delay in reply. The honest answer to your questions is I don't know. I am trying to copy code I have been given that so far has worked. I thought I could just add a few more fields ... guess not! I have changed my code as you suggested but...
thanks for the help; don't think I'm explaining this very well - b_email is the name of the text box on my page. I want the email address my customer enter into this box to be posted. I simply get b_email - will the quote marks fix this mbrooks?
strOutput += "<input type=hidden name=\"M_email\" value=\b_email\>";
i am trying to get my javascript to send particular info through to worldpay. the above is where I have got to but it doesnt work. b_email is my customer email field in the HTML form. When I run the script it simply sends...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.