Search found 8 matches

by zunskigraphics
Tue Jul 31, 2007 8:17 pm
Forum: PHP - Code
Topic: Adding $Totalquantities ???
Replies: 1
Views: 262

Just thought of something that might help.


The product and quantities of each product are referred to as

Code: Select all

["Quantity"]  and $Product.
by zunskigraphics
Tue Jul 31, 2007 8:02 pm
Forum: PHP - Code
Topic: Adding $Totalquantities ???
Replies: 1
Views: 262

Adding $Totalquantities ???

Ok here is the deal... I have a shopping cart that when clicking "view cart" you see all the products and the quantities of those products. I need to create php code to add those quantities together and output that into another "input text box". (basically add the quantities of a...
by zunskigraphics
Wed Oct 26, 2005 3:08 pm
Forum: PHP - Code
Topic: NEED SERIOUS HELP // PHP & Flash
Replies: 10
Views: 978

YES !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! worked on this since 7am THANKS EVERYONE!!!!!!!!!!!!!! here is the code that worked <?php $to = "lance@lancekorsun.com"; $msg .= "$name\n\n"; $msg .= "$email\n\n"; $msg .= "$address\n\n"; $msg .= "$...
by zunskigraphics
Wed Oct 26, 2005 2:54 pm
Forum: PHP - Code
Topic: NEED SERIOUS HELP // PHP & Flash
Replies: 10
Views: 978

ok, I started from scratch, and the code for the send button is this: on (release) { if (name eq "" or email eq "" or address eq "" or address2 eq "" or city eq "" or state eq "" or zipcode eq "") { stop (); } else { loadVariables...
by zunskigraphics
Wed Oct 26, 2005 12:36 pm
Forum: PHP - Code
Topic: NEED SERIOUS HELP // PHP & Flash
Replies: 10
Views: 978

here is the php I have for this <?php if ($_POST) { $mailTo = "zunskigraphics@aol.com"; $mailSubject = "[Contact] Free Bible Form - (" . $_POST['name'] . ")"; $Header = "MIME-Version: 1.0\r\n"; $Header .= "Content-type: text/html; charset=iso-8859-1\r\n&q...
by zunskigraphics
Wed Oct 26, 2005 11:39 am
Forum: PHP - Code
Topic: NEED SERIOUS HELP // PHP & Flash
Replies: 10
Views: 978

ok, so the send button now works, but i'm not sure what the test.php file does..... I did not get an email?


Thanks
Z
by zunskigraphics
Wed Oct 26, 2005 11:23 am
Forum: PHP - Code
Topic: NEED SERIOUS HELP // PHP & Flash
Replies: 10
Views: 978

i have noticed that the send button does not work in the link, but it works when I test the movie in flash??????
by zunskigraphics
Wed Oct 26, 2005 11:21 am
Forum: PHP - Code
Topic: NEED SERIOUS HELP // PHP & Flash
Replies: 10
Views: 978

NEED SERIOUS HELP // PHP & Flash

I am doing a website, that is 100% flash. I am trying to establish a submit form that sends an email with : name address address2 city state zipcode email in flash my varibles are the above names with a "S" infront ("Sname", "Saddress", ect....) Can anyone tell me how t...