0
votes
3answers
28 views
Boolean given where parameter should be resource
I'm having one error when I try to use my function and I don't know how can I fix it.
function is_valid($email_e, $email_code_e, $username_e) {
$email = mysql_real_escape_string($email_e);
...
0
votes
1answer
18 views
capture form value and pre-fill field in other form
Please see this page: http://www.ingeniusprep.com/testing-new-home-page/
This is a landing page, and I have a field where someone can type in their e-mail address.
When you click on the button, a ...
0
votes
0answers
12 views
PHP: Sending a test quoted printable email
I'm trying to send a quoted printable email for test purposes. Is this the correct way to encode/send what I'm trying to accomplish? Yahoo doesn't seem to decode it correctly so I'm guessing it's not ...
0
votes
0answers
29 views
PHP form sending html email
Hi there i'm relatively new to php.
I've tried to build a contact form that generates a nice html email. So far i've succeeded in redirecting to my "thank you_page" if the form is send. I've even ...
0
votes
0answers
17 views
Getting value of Option in Select for an Email that uses a JS Mail handler
I know I've posted this before, but I posted the other one when I was tired and at 2am. This one I'm able to reply quickly, and I want to get this sorted, I'll remove the other one as soon as I've ...
0
votes
1answer
24 views
How to automatically create support ticket via email
I am designing a support ticket system in PHP and would like for support tickets to be automatically created when an email is sent to a specific email address.
For example, if someone emails ...
2
votes
1answer
38 views
Send email when an episode airs [on hold]
Background:
I'm working on a site that lists television shows of the current and upcoming seasons, complete with countdowns to the next episode on each. For these shows, I have a table of shows, and ...
0
votes
2answers
32 views
Send Multiple e-mails From File Using PHP Form
I have a page that allows users to subscribe to my mailing list by entering their e-mail address. After they click the SUBMIT button, the e-mail address POSTs to a txt file that auto populates every ...
0
votes
1answer
28 views
PHP mail doesn't require a password?
I got my mail script to work properly but I don't understand why PHP mail doesn't require me to enter the password for the from address.
Isn't it this dangerous? Couldn't someone use someone else's ...
0
votes
1answer
13 views
sending file attachment via html form sends big junk of text to the email body
I am trying to make a html file upload to send via email with php. Here is the code snippet:
$attachment = chunk_split(base64_encode(file_get_contents($_FILES['file']['tmp_name'])));
...
0
votes
3answers
19 views
Redirecting email script to web page
I currently have the below email/db script that works fine but the redirect doesn't seem to be working. Instead of redirecting to the url its just showing the blank php page. How can I fix this?
...
-3
votes
0answers
18 views
Add attachment to GMail with PHP [on hold]
I can not figure out how to add an file as attachment to email with the code shown here:
Send email using GMail SMTP server from PHP page
0
votes
1answer
46 views
post array data foreach loop in php
I am trying to insert an array data to database and it's working, but the problem is when sending mail with details about the inserted data to admin.
My code:
if (isset($_POST['Submit']))
{
$var1 = ...
0
votes
0answers
11 views
Sending vcalendar using php with authenticated smtp
I have tried to send an email using php code. I have an authenticated smtp, so I can't just an vcalendar mail using MAIL function like this tutorial ...
0
votes
1answer
12 views
Outgoing email address on server with Plesk
I have Plesk with a Network Solutions virtual server. When my site sends out emails using PHP, the email header indicates that the message is coming from an address like this one:
...