-
paypal buttons encrypting
thats a great idea I wrote that I have certificate already... READ before WRITE premium member?? premium joke... posts counter
-
mail form problems
Pat, I've tried that before. The problem is that if email doesn't really exist, I won't receive any email. That's some spam protection on my stupid server. Also customer won't get any message that email wasn't send.
-
mail form problems
can you point where I should copy that code?? can I leave all the rest like it is??? thank you
-
paypal buttons encrypting
hi Can anyone help me with paypal buttons encrypting. please?? I generated openssl keys, and got cettificate from paypal already. But don't know how to encrypt buttons now. All solutions I found looks very...messy is there any easy way to encrypt them??
-
mail form problems
Hi, I've got a problem with mail form on my website. My website is on fasthosts.co.uk server. Looks like they've got some spam protection on server as if someone will put not real email address, I won't receive that email. I would like to leave "email" address as optional, so if someone doesn't want to give me email details or won't fill "email" at all, I'll still receive email. Please help. I checked many forms already... I don't know php so I need solution not tip thats my php file: <?php ini_set('sendmail_from', $email_from); $email_to = "buy@tilesonlinestore.co.uk"; $name =$_POST['name']; $email_from =$_POST['email']; $email_subject = "e-mail from website"; $comments = $_POST['message']; $headers = "From: $email_from .\n"; "Reply-To: $email_from .\n"; /*Email checking*/ if (preg_match('/^[a-zA-Z0-9\._-]+@[a-zA-Z0-9\.-]+\.[a-zA-Z]{2,}$/', $email_from) == false) { echo 'Your email is not valid'; exit; } /*end of checking email*/ /*Now lets build the message of the email with the users name and comments.*/ $message= "Name: ". $name . "\nComments: " . $comments; /*Finally, lets send the email. If the email is sent we will go to a thank you page, if there is an error we will display a brief message.*/ $sent = mail($email_to, $email_subject, $message, $headers, '-f' .$email_from); if ($sent) { header( "Location: http://www.tilesonlinestore.co.uk/sent.htm" ); } else { echo 'There has been an error sending your e-mail. Please try later.'; } ?>
-
traces after dreamweaver ?
Well, I made a website for student who supposed to do this website on different program (homework) Thanks to all for your reply
-
Problem with paypal checkout - please HELP
Hi, I've got big problem with my website. I use paypal system with paypal shopping cart. When clicking on "add to cart" buttons, the checkout pops-up but the same time, browser window is resizing to small one. Why it not stays with full screen mode?? I emailed paypal but they said it's not their fault as their html code doesn't include any commends to do that. please help !!! my website address: www.tilesonlinestore.co.uk
-
traces after dreamweaver ?
Hi, Is website made using Dreamweaver, contains in html code any traces of Dreamweaver ?? Can someone find out if website was made on Dreamweaver ?? If yes, how to detate traces after Dreamweaver ?? Thank you