Thanks to vacunita and chunkII123: for your patience and expertise. The reason it got confusing at the end was that I had a typo in my email address and the email was not going through again. From all the coping and pasting and changing to my data. sorry for that.
Thank you both so much and...
I looked into using phpmailer but have not found a good resource document for getting through the whole process. Would love to hear some suggestion as I am not getting this to work and don't understand why.
vacunita: I do understand where you were going with the . for concat and single quotes...
I get a parse error on this line.
<td>', $_name,'</td>
unexpected ,
I am testing with ""...
did not get parse error but waiting to see if data passes or just the $_vars again...
Thanks so much for hanging with me and helping me out. Been working on this for 4 days now.
"You can...
OK, UPDATE...
I changed the $To address from my yahoo email to one of my GoDaddy emails and it went through but I lost the post data from some reason. I know the data went through to the table so it's there... Maybe "" '' issue? here is what I received in the message.
From: $_name
Email...
...wait an hour and see.
Here is the response I received from GoDaddy. Of course they didn't share their test code... that might have been helpful.
***********godaddy********************
Our support staff has responded to your request, details of which are described below:
Discussion Notes...
Thanks so much for your detailed answer. I really believe this is going to solve my problem but I am getting this error and can't seem to put my finger on the parse error.
Parse error: syntax error, unexpected T_VARIABLE in /home/content/74/6837474/html/domain1/insert_contact.php on line 59...
UPDATE
My test message (simple) finally went through.
this is the code I used to test with.
$myAddress = 'email@domain.com'; //replace with working adddress
mail($myAddress, 'subject', 'this is a test message', "From: $myAddress\r\n") or die ('error in mail function');
echo 'mail delivered to...
NEW TO PHP
I am having a problem sending an notification email once a form is submitted on my Wordpress blog hosted on GoDaddy. Just a simple contact form.
In the beginning I was getting my email delivered but it was very slow, 15 mins to and hour and not it just never shows up.
I have tried...
Thanks, I really do appreciate your help, it's been a long one.
Worked like a charm and that's a lesson I wont have to learn again.
Now off to tackle the email issues... Learning is fun... lol
Craig
"You can have anything in life you want if you help enough people get what they want"
Zig...
Vacunita,
Well First I am new to PHP so forgive my ignorance. I did spend hours today trying to find the solution and figure it out on my own.
Header did work for me but I had to take a stab at where to include it since you didn't say.
Thank you for responding and helping me solve this...
jpadie,
Sorry, saw that on another post from jdhilljr! Got my programmers confused.
Thank you JPADIE and Jim(jdhilljr)!
Craig
"You can have anything in life you want if you help enough people get what they want"
Zig Ziggler
thanks for the insight Jim. I will keep plugging away at it and give an update later. Thanks again for your time.
"You can have anything in life you want if you help enough people get what they want"
Zig Ziggler
configuration.php
<?php
class JConfig {
var $offline = '0';
var $editor = 'jce';
var $list_limit = '20';
var $helpurl = 'http://help.joomla.org';
var $debug = '0';
var $debug_lang = '0';
var $sef = '0';
var $sef_rewrite = '1';
var $sef_suffix = '0';
var $feed_limit = '10';
var...
Nice catch jpadie. I am new to php. I will check the configuration.php file for errors. Don't think I should post it as it contains access var's to the site. I am using php 5 and mysql 5. Sorry for not giving that info up front.
"You can have anything in life you want if you help enough...
...= mysql_real_escape_string($searchTerms);
$_searchTerms = str_replace(' ', '( |\-)?', $_searchTerms);
$query .= " AND (company_name regexp '.*{$_searchTerms}.*') ORDER BY c.category_id ASC, company_name ASC");
OK so I did some research and get the first two lines. I am having trouble with...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.