Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 17 of 17
Search took 0.09 seconds.
Search: Posts Made By: zinch33
Forum: Flash & ActionScript 07-24-2012, 12:46 AM
Replies: 0
Views: 941
Posted By zinch33
XML loading problems on Safari (Mac)

My flash site (as2) is working on all browsers except for Safari (mac). It is having a problem loading XML info properly. I have a price/avail list that is stored in an XML file and the main swf...
Forum: PHP 02-21-2012, 11:49 PM
Replies: 6
Views: 602
Posted By zinch33
Thanks, I'll check this out. Looks like it may...

Thanks, I'll check this out. Looks like it may help with what I'm looking for.
Forum: PHP 02-21-2012, 11:41 PM
Replies: 6
Views: 602
Posted By zinch33
I'll have to see if they are running something...

I'll have to see if they are running something like that.

She asked me because I've done a couple websites for them. I'm a web designer not developer, so I do have limited knowledge in php...
Forum: PHP 02-21-2012, 11:08 PM
Replies: 6
Views: 602
Posted By zinch33
She's in charge of the schedule for the employees...

She's in charge of the schedule for the employees and I think Excel is her program of choice for creating it.

She wants the schedule to be added to the website with minimal effort on her part,...
Forum: PHP 02-21-2012, 08:44 PM
Replies: 6
Views: 602
Posted By zinch33
Displaying Excel Data in a Webpage

I'm trying to figure out the best way to approach this.

I have a protected section on a website for employees. My client wants to add the employee schedule. She keeps this information in an Excel...
Forum: PHP 02-12-2012, 11:58 PM
Replies: 22
Views: 1,109
Posted By zinch33
The name of the file was the problem. Never even...

The name of the file was the problem. Never even thought about that. I was missing the underscore in my form.

That fixed everything and now my files are getting attached.
Forum: PHP 02-12-2012, 04:06 PM
Replies: 22
Views: 1,109
Posted By zinch33
Still have not fixed the attachment issue. I...

Still have not fixed the attachment issue. I turned on error reporting and this is what I get:

Notice: Undefined index: uploaded_file in /home/content/37/8916437/html/php/mailer_employee.php on...
Forum: PHP 02-12-2012, 12:04 AM
Replies: 22
Views: 1,109
Posted By zinch33
I'm new to php so I'm trying to figure this out....

I'm new to php so I'm trying to figure this out. I appreciate your help.

I know it's late for you so we can forgo teamviewer tonight. I'll work on the code and see what I can come up with and...
Forum: PHP 02-11-2012, 04:30 PM
Replies: 22
Views: 1,109
Posted By zinch33
I have a lot of inputs so I deleted most of them...

I have a lot of inputs so I deleted most of them to condense the script. The phpmailer is straight from the latest version 5.2. I did not change anything.

The 176 line in my code is header...
Forum: PHP 02-11-2012, 02:51 AM
Replies: 22
Views: 1,109
Posted By zinch33
Ok, so I have added code to move the file to the...

Ok, so I have added code to move the file to the uploads folder. However I'm still getting no attachment. I ran print_r($mail->GetAttachments()); again and now it's returning Array ( )
Warning:...
Forum: PHP 02-10-2012, 07:24 PM
Replies: 22
Views: 1,109
Posted By zinch33
This is my current code. I added...

This is my current code. I added print_r($mail->GetAttachments()); and it returned Array ( ) so it's not getting attached.

<?php
require("class.phpmailer.php");
$mail = new PHPMailer();...
Forum: PHP 02-10-2012, 04:30 PM
Replies: 22
Views: 1,109
Posted By zinch33
I worked some more on this and still can't get...

I worked some more on this and still can't get the attachment.

The code says it's being attached but when the email comes nothing is attached.

Any suggestions on what I"m missing?
Forum: PHP 02-10-2012, 05:14 AM
Replies: 22
Views: 1,109
Posted By zinch33
Added your code. This is what comes up. It seems...

Added your code. This is what comes up. It seems to be uploaded. Not sure why it's not getting attached.

Array
(
[Resume] => Array
(
[name] => test.pdf
...
Forum: PHP 02-09-2012, 11:23 PM
Replies: 22
Views: 1,109
Posted By zinch33
I replaced header ("Location: $redirect"); with...

I replaced header ("Location: $redirect"); with $mail-> GetAttachments();

Not sure if this was the right place but when I submitted the form it returned a 0.
Forum: PHP 02-09-2012, 10:07 PM
Replies: 22
Views: 1,109
Posted By zinch33
This is where I'm at now. I still can't get the...

This is where I'm at now. I still can't get the attachment to work. I have a tmp folder with 777 permissions in the root directory.

What am I missing?

<?php
require("class.phpmailer.php");...
Forum: PHP 02-09-2012, 05:42 PM
Replies: 22
Views: 1,109
Posted By zinch33
Thanks guys. I checked out the php mailer and the...

Thanks guys. I checked out the php mailer and the link you provided.

After looking at the documentation I'm still too new to php to wrap my head around putting all the pieces together.

The...
Forum: PHP 02-09-2012, 05:59 AM
Replies: 22
Views: 1,109
Posted By zinch33
code help for attaching uploaded file to email

Hello

I'm completely new with php and need some help. Basically I'm at a level that I can tweak it but I'm still learning on how to write it.

I have a form within an html page. This form has...
Showing results 1 to 17 of 17

 
Forum Jump

All times are GMT +1. The time now is 02:26 AM.