Webmaster Forum


Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Coding Forum Problems with your code? Let's hear about it.

Directory Submission Service   ClickBooth Network   V7N Directory

Reply
 
LinkBack Thread Tools Display Modes
Old 07-13-2006, 12:06 PM   #1 (permalink)
Inactive
 
Join Date: 07-13-06
Posts: 2
iTrader: 0 / 0%
Latest Blog:
None

Alejandro is liked by many
Question I need help my flash php form does not work in yahoo

Hi there.
I having problems , I have a domain with yahoo in it I have a flash website with a php form, but the code does not work, the funny thing is went I try those forms in another domain seem to be working, I totally belive it has to be with yahoo this is the message that I resive on my tmp folder is this
2006 Jul 13 18:24:24 Result: 9
2006 Jul 13 18:24:24 From address not in member domain. Message not sent.

why all the forms that I been trying work in others domains but not in yahoo.
please I need some help
Alejandro is offline  
Add Post to del.icio.us
Reply With Quote
Sponsored Links
SEO Hosting by HostGator  Advertise Here  Buy Blog Links
Old 07-13-2006, 01:24 PM   #2 (permalink)
Inactive
 
bytech's Avatar
 
Join Date: 10-13-03
Location: Manitoba, Canada
Posts: 573
iTrader: 0 / 0%
Latest Blog:
None

bytech is just really nicebytech is just really nicebytech is just really nicebytech is just really nicebytech is just really nicebytech is just really nicebytech is just really nicebytech is just really nicebytech is just really nicebytech is just really nice
Send a message via Skype™ to bytech
What kind of account do you have with them? Freebies are unlikely to allow PHP or any other interactive stuff.
bytech is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-13-2006, 01:25 PM   #3 (permalink)
Inactive
 
bytech's Avatar
 
Join Date: 10-13-03
Location: Manitoba, Canada
Posts: 573
iTrader: 0 / 0%
Latest Blog:
None

bytech is just really nicebytech is just really nicebytech is just really nicebytech is just really nicebytech is just really nicebytech is just really nicebytech is just really nicebytech is just really nicebytech is just really nicebytech is just really nice
Send a message via Skype™ to bytech
Oh yeah, and I would also try taking the page and putting it into another domain on another server... just to see if your code is okay, or if it really is something with the hosting.
bytech is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-13-2006, 01:43 PM   #4 (permalink)
Inactive
 
Join Date: 07-13-06
Posts: 2
iTrader: 0 / 0%
Latest Blog:
None

Alejandro is liked by many
hi, yes I tried the same code with diferents domais and is working, but with tem not, the account I have is small business this is the code that I use and works with other domains
<?php
include("global.inc.php");
$errors=0;
$error="The following errors occured while processing your form input.<ul>";
pt_register('POST','firstnameField');
pt_register('POST','lastnameField');
pt_register('POST','emailaddressField');
pt_register('POST','addressField');
pt_register('POST','cityField');
pt_register('POST','countryField');
pt_register('POST','stateorprovinceField');
pt_register('POST','zipcodeField');
pt_register('POST','telField');
pt_register('POST','messageField');
if($errors==1) echo $error;
else{
$where_form_is="http".($HTTP_SERVER_VARS["HTTPS"]=="on"?"s":"")."://".$SERVER_NAME.strrev(strstr(strrev($PHP_SELF) ,"/"));

$message="
Enquiry Form:
First Name: ".$firstnameField."
Last Name: ".$lastnameField."
Email: ".$emailaddressField."
Address: ".$addressField."
City: ".$cityField."
Country: ".$countryField."
State or Province: ".$stateorprovinceField."
Zip Code: ".$zipcodeField."
Phone: ".$telField."
Message: ".$messageField."
";
$message = stripslashes($message);


mail("beautybizbrushes@yahoo.com","Website Form Reply ",$message,"From: www.beautybizsupplies.com");

}
?>

this php call this global
<?php

function pt_register()
{
$num_args = func_num_args();
$vars = array();

if ($num_args >= 2) {
$method = strtoupper(func_get_arg(0));

if (($method != 'SESSION') && ($method != 'GET') && ($method != 'POST') && ($method != 'SERVER') && ($method != 'COOKIE') && ($method != 'ENV')) {
die('The first argument of pt_register must be one of the following: GET, POST, SESSION, SERVER, COOKIE, or ENV');
}

$varname = "HTTP_{$method}_VARS";
global ${$varname};

for ($i = 1; $i < $num_args; $i++) {
$parameter = func_get_arg($i);

if (isset(${$varname}[$parameter])) {
global $$parameter;
$$parameter = ${$varname}[$parameter];
}

}

} else {
die('You must specify at least two arguments');
}

}

?>
Alejandro is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
flash doesn't work caya Web Design Lobby 2 09-05-2007 09:37 AM
Need help with search form in the flash header Lex94 Graphic Design Forum 2 07-10-2006 07:48 AM
Flash mail form and php problem irka Coding Forum 19 05-18-2006 11:58 PM
Great flash work! South Web Design Lobby 1 01-30-2004 03:10 PM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 12:20 AM.
© Copyright 2008 V7 Inc