Transaction variant for VA02 not working
My requirement is to have transaction for user to only add the output and print a sales order.
Display Database
I need to create a shopping cart. I found this code online: http://conceptlogic.com/jcart/
Unfort
Applet JTextField Size Problem
Hello,
I recently started making an applet to calculate certain values for airplanes. However
Click counter to ignore traffic from search bots
I have a click counter on my site that...well, counts the number of clicks a link gets on the frontp
Problem with shopcart code
Hello, I am having a bit of trouble being able to add a product to my shopcart. My mysql database i
$action = "insert"; //$action = $_GET['action'];
$action = "insert";
//$action = $_GET['action'];
why is this invalid type? I am
phpmailer class & pop.gmail.com?
Code: <?php
$mail->IsSMTP();
$mail->Host = "pop.gmail.com";
xApp Analytics in BI 7.0
Dear all,
I am trying to implement xApp Analytics in BI 7.0. After I installed the analyt
Displaying returned XML in another PHP page
I have an online payment form that will return XML given if a payment is successful or declines. I
Converting numbers to months
The porgram works -just need the last function(month_convert_ to convert numbers to months -thanks.